Skip to content

Commit 2a4df60

Browse files
committed
0.5.0 release
1 parent fca4caa commit 2a4df60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,6 @@ stored in Rails
365365
For `akka-http` version `10.0.3`:
366366

367367
````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
370370
````

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.4.0",
5+
version := "0.5.0",
66
scalaVersion := "2.11.8",
77
crossScalaVersions := Seq(scalaVersion.value, "2.12.1"),
88
scalacOptions ++= Seq("-unchecked", "-deprecation"),

0 commit comments

Comments
 (0)