Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit ca72868

Browse files
committed
Version bump
1 parent 1380eeb commit ca72868

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

342342
For `akka-http` version `1.0` (old version, different API):

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import scalariform.formatter.preferences._
22

33
lazy 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

0 commit comments

Comments
 (0)