Skip to content

Commit

Permalink
0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Sep 6, 2017
1 parent 3be3588 commit e8bca15
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 @@ -3,7 +3,7 @@ import scalariform.formatter.preferences._

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

0 comments on commit e8bca15

Please sign in to comment.