We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909d733 commit 8ff8681Copy full SHA for 8ff8681
README.md
@@ -301,8 +301,8 @@ stored in Rails
301
For `akka-http` version `10+`:
302
303
````scala
304
-libraryDependencies += "com.softwaremill.akka-http-session" %% "core" % "0.6.1"
305
-libraryDependencies += "com.softwaremill.akka-http-session" %% "jwt" % "0.6.1" // optional
+libraryDependencies += "com.softwaremill.akka-http-session" %% "core" % "0.7.0"
+libraryDependencies += "com.softwaremill.akka-http-session" %% "jwt" % "0.7.0" // optional
306
````
307
308
## Updating
0 commit comments