From eac5c6c7905ea325beb039c7df5d70d85fdebd9b Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 10 Oct 2012 14:09:07 -0400 Subject: [PATCH] put back -SNAPSHOT after 0.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b369eca7..e9e4e31e 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 := "0.6.0" +version in GlobalScope := "0.6.0-SNAPSHOT" organization in GlobalScope := "com.typesafe"