Skip to content

Commit

Permalink
0.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Apr 22, 2016
1 parent f885415 commit 48c8ae5
Showing 1 changed file with 1 addition and 1 deletion.
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.2.5",
version := "0.2.6",
scalaVersion := "2.11.8",
scalacOptions ++= Seq("-unchecked", "-deprecation"),
ScalariformKeys.preferences := ScalariformKeys.preferences.value
Expand Down

0 comments on commit 48c8ae5

Please sign in to comment.