Skip to content

Commit f015a45

Browse files
committed
Release 0.7.1
1 parent 39f32fb commit f015a45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,15 @@ stored in Rails
305305
For `akka-http` version `10+`:
306306

307307
````scala
308-
libraryDependencies += "com.softwaremill.akka-http-session" %% "core" % "0.7.0"
309-
libraryDependencies += "com.softwaremill.akka-http-session" %% "jwt" % "0.7.0" // optional
308+
libraryDependencies += "com.softwaremill.akka-http-session" %% "core" % "0.7.1"
309+
libraryDependencies += "com.softwaremill.akka-http-session" %% "jwt" % "0.7.1" // optional
310310
````
311311

312312
For `pekko-http`:
313313

314314
````scala
315-
libraryDependencies += "com.softwaremill.pekko-http-session" %% "core" % "0.7.0"
316-
libraryDependencies += "com.softwaremill.pekko-http-session" %% "jwt" % "0.7.0" // optional
315+
libraryDependencies += "com.softwaremill.pekko-http-session" %% "core" % "0.7.1"
316+
libraryDependencies += "com.softwaremill.pekko-http-session" %% "jwt" % "0.7.1" // optional
317317
````
318318

319319
## Updating

0 commit comments

Comments
 (0)