Skip to content

Commit

Permalink
Set version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notxcain committed Jan 11, 2021
1 parent 18d255b commit ca4fc49
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 @@ -5,7 +5,7 @@ val playVer = "2.6.9"
lazy val commonSettings = Seq(
organization := "com.whisk",
scalaVersion := "2.12.6",
version := "0.5.0.rc2",
version := "0.6.0",
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
publishMavenStyle := true,
credentials += Credentials(Path.userHome / ".m2" / ".credentials"),
Expand Down

0 comments on commit ca4fc49

Please sign in to comment.