Skip to content

Commit

Permalink
0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kijanowski committed Jun 7, 2017
1 parent fca4caa commit 2a4df60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,6 @@ stored in Rails
For `akka-http` version `10.0.3`:

````scala
libraryDependencies += "com.softwaremill.akka-http-session" %% "core" % "0.4.0"
libraryDependencies += "com.softwaremill.akka-http-session" %% "jwt" % "0.4.0" // optional
libraryDependencies += "com.softwaremill.akka-http-session" %% "core" % "0.5.0"
libraryDependencies += "com.softwaremill.akka-http-session" %% "jwt" % "0.5.0" // optional
````
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import scalariform.formatter.preferences._

lazy val commonSettings = scalariformSettings ++ Seq(
organization := "com.softwaremill.akka-http-session",
version := "0.4.0",
version := "0.5.0",
scalaVersion := "2.11.8",
crossScalaVersions := Seq(scalaVersion.value, "2.12.1"),
scalacOptions ++= Seq("-unchecked", "-deprecation"),
Expand Down

0 comments on commit 2a4df60

Please sign in to comment.