We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be3588 commit e8bca15Copy full SHA for e8bca15
build.sbt
@@ -3,7 +3,7 @@ import scalariform.formatter.preferences._
3
4
lazy val commonSettings = Seq(
5
organization := "com.softwaremill.akka-http-session",
6
- version := "0.5.1",
+ version := "0.5.2",
7
scalaVersion := "2.11.8",
8
crossScalaVersions := Seq(scalaVersion.value, "2.12.1"),
9
scalacOptions ++= Seq("-unchecked", "-deprecation"),
0 commit comments