Skip to content

Commit 844b1b6

Browse files
committed
Release 0.2.7
1 parent a245922 commit 844b1b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,9 @@ stored in Rails
350350

351351
## Using from SBT
352352

353-
For `akka` version `2.4.4`:
353+
For `akka` version `2.4.9`:
354354

355355
````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
358358
````

build.sbt

+1-1
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.6",
5+
version := "0.2.7",
66
scalaVersion := "2.11.8",
77
scalacOptions ++= Seq("-unchecked", "-deprecation"),
88
ScalariformKeys.preferences := ScalariformKeys.preferences.value

0 commit comments

Comments
 (0)