File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -365,6 +365,6 @@ stored in Rails
365
365
For ` akka-http ` version ` 10.0.3 ` :
366
366
367
367
```` scala
368
- libraryDependencies += " com.softwaremill.akka-http-session" %% " core" % " 0.4 .0"
369
- libraryDependencies += " com.softwaremill.akka-http-session" %% " jwt" % " 0.4 .0" // optional
368
+ libraryDependencies += " com.softwaremill.akka-http-session" %% " core" % " 0.5 .0"
369
+ libraryDependencies += " com.softwaremill.akka-http-session" %% " jwt" % " 0.5 .0" // optional
370
370
````
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import scalariform.formatter.preferences._
2
2
3
3
lazy val commonSettings = scalariformSettings ++ Seq (
4
4
organization := " com.softwaremill.akka-http-session" ,
5
- version := " 0.4 .0" ,
5
+ version := " 0.5 .0" ,
6
6
scalaVersion := " 2.11.8" ,
7
7
crossScalaVersions := Seq (scalaVersion.value, " 2.12.1" ),
8
8
scalacOptions ++= Seq (" -unchecked" , " -deprecation" ),
You can’t perform that action at this time.
0 commit comments