Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Nov 22, 2016
1 parent f65c2e1 commit c9c4ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -350,9 +350,9 @@ stored in Rails

## Using from SBT

For `akka` version `2.4.9`:
For `akka` version `2.4.11`, `akka-http` version `10.0.0`:

````scala
libraryDependencies += "com.softwaremill.akka-http-session" %% "core" % "0.2.7"
libraryDependencies += "com.softwaremill.akka-http-session" %% "jwt" % "0.2.7" // optional
libraryDependencies += "com.softwaremill.akka-http-session" %% "core" % "0.3.0"
libraryDependencies += "com.softwaremill.akka-http-session" %% "jwt" % "0.3.0" // optional
````

0 comments on commit c9c4ec8

Please sign in to comment.