File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -350,9 +350,9 @@ stored in Rails
350
350
351
351
## Using from SBT
352
352
353
- For ` akka ` version ` 2.4.4 ` :
353
+ For ` akka ` version ` 2.4.9 ` :
354
354
355
355
```` scala
356
- libraryDependencies += " com.softwaremill.akka-http-session" %% " core" % " 0.2.5 "
357
- libraryDependencies += " com.softwaremill.akka-http-session" %% " jwt" % " 0.2.5 " // optional
356
+ libraryDependencies += " com.softwaremill.akka-http-session" %% " core" % " 0.2.7 "
357
+ libraryDependencies += " com.softwaremill.akka-http-session" %% " jwt" % " 0.2.7 " // optional
358
358
````
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.2.6 " ,
5
+ version := " 0.2.7 " ,
6
6
scalaVersion := " 2.11.8" ,
7
7
scalacOptions ++= Seq (" -unchecked" , " -deprecation" ),
8
8
ScalariformKeys .preferences := ScalariformKeys .preferences.value
You can’t perform that action at this time.
0 commit comments