We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65c2e1 commit c9c4ec8Copy full SHA for c9c4ec8
README.md
@@ -350,9 +350,9 @@ stored in Rails
350
351
## Using from SBT
352
353
-For `akka` version `2.4.9`:
+For `akka` version `2.4.11`, `akka-http` version `10.0.0`:
354
355
````scala
356
-libraryDependencies += "com.softwaremill.akka-http-session" %% "core" % "0.2.7"
357
-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
358
````
0 commit comments