Skip to content

Commit e8bca15

Browse files
committed
0.5.2 release
1 parent 3be3588 commit e8bca15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import scalariform.formatter.preferences._
33

44
lazy val commonSettings = Seq(
55
organization := "com.softwaremill.akka-http-session",
6-
version := "0.5.1",
6+
version := "0.5.2",
77
scalaVersion := "2.11.8",
88
crossScalaVersions := Seq(scalaVersion.value, "2.12.1"),
99
scalacOptions ++= Seq("-unchecked", "-deprecation"),

0 commit comments

Comments
 (0)