File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -305,15 +305,15 @@ stored in Rails
305
305
For ` akka-http ` version ` 10+ ` :
306
306
307
307
```` 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
310
310
````
311
311
312
312
For ` pekko-http ` :
313
313
314
314
```` 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
317
317
````
318
318
319
319
## Updating
You can’t perform that action at this time.
0 commit comments