Skip to content

Commit

Permalink
Release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Aug 23, 2016
1 parent a245922 commit 844b1b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ stored in Rails

## Using from SBT

For `akka` version `2.4.4`:
For `akka` version `2.4.9`:

````scala
libraryDependencies += "com.softwaremill.akka-http-session" %% "core" % "0.2.5"
libraryDependencies += "com.softwaremill.akka-http-session" %% "jwt" % "0.2.5" // optional
libraryDependencies += "com.softwaremill.akka-http-session" %% "core" % "0.2.7"
libraryDependencies += "com.softwaremill.akka-http-session" %% "jwt" % "0.2.7" // optional
````
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import scalariform.formatter.preferences._

lazy val commonSettings = scalariformSettings ++ Seq(
organization := "com.softwaremill.akka-http-session",
version := "0.2.6",
version := "0.2.7",
scalaVersion := "2.11.8",
scalacOptions ++= Seq("-unchecked", "-deprecation"),
ScalariformKeys.preferences := ScalariformKeys.preferences.value
Expand Down

0 comments on commit 844b1b6

Please sign in to comment.