This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -332,11 +332,11 @@ stored in Rails
332332
333333## Using from SBT
334334
335- For ` akka-http ` version ` 2.0-M2 ` :
335+ For ` akka-http ` version ` 2.0 ` :
336336
337337```` scala
338- libraryDependencies += " com.softwaremill.akka-http-session" %% " core" % " 0.2.2 "
339- libraryDependencies += " com.softwaremill.akka-http-session" %% " jwt" % " 0.2.2 " // optional
338+ libraryDependencies += " com.softwaremill.akka-http-session" %% " core" % " 0.2.3 "
339+ libraryDependencies += " com.softwaremill.akka-http-session" %% " jwt" % " 0.2.3 " // optional
340340````
341341
342342For ` akka-http ` version ` 1.0 ` (old version, different API):
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import scalariform.formatter.preferences._
22
33lazy val commonSettings = scalariformSettings ++ Seq (
44 organization := " com.softwaremill.akka-http-session" ,
5- version := " 0.2.2 " ,
5+ version := " 0.2.3 " ,
66 scalaVersion := " 2.11.7" ,
77 scalacOptions ++= Seq (" -unchecked" , " -deprecation" ),
88 ScalariformKeys .preferences := ScalariformKeys .preferences.value
You can’t perform that action at this time.
0 commit comments