diff --git a/build.sbt b/build.sbt index 6d007d0f..f08917b8 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ // Versions and git tags should follow: http://semver.org/ // except using -SNAPSHOT instead of without hyphen. -version in GlobalScope := "1.0.2" +version in GlobalScope := "1.0.2-SNAPSHOT" organization in GlobalScope := "com.typesafe"