Skip to content

Commit c9c4ec8

Browse files
committed
README
1 parent f65c2e1 commit c9c4ec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,9 @@ stored in Rails
350350

351351
## Using from SBT
352352

353-
For `akka` version `2.4.9`:
353+
For `akka` version `2.4.11`, `akka-http` version `10.0.0`:
354354

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

0 commit comments

Comments
 (0)