We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f885415 commit 48c8ae5Copy full SHA for 48c8ae5
build.sbt
@@ -2,7 +2,7 @@ import scalariform.formatter.preferences._
2
3
lazy val commonSettings = scalariformSettings ++ Seq(
4
organization := "com.softwaremill.akka-http-session",
5
- version := "0.2.5",
+ version := "0.2.6",
6
scalaVersion := "2.11.8",
7
scalacOptions ++= Seq("-unchecked", "-deprecation"),
8
ScalariformKeys.preferences := ScalariformKeys.preferences.value
0 commit comments