We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d255b commit ca4fc49Copy full SHA for ca4fc49
build.sbt
@@ -5,7 +5,7 @@ val playVer = "2.6.9"
5
lazy val commonSettings = Seq(
6
organization := "com.whisk",
7
scalaVersion := "2.12.6",
8
- version := "0.5.0.rc2",
+ version := "0.6.0",
9
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
10
publishMavenStyle := true,
11
credentials += Credentials(Path.userHome / ".m2" / ".credentials"),
0 commit comments