File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ object DottyBuild extends Build {
26
26
super .settings ++ Seq (
27
27
scalaVersion in Global := " 2.11.5" ,
28
28
version in Global :=
29
- " 0.1-SNAPSHOT- " + VersionUtil .commitDate + " -" + VersionUtil .gitHash,
29
+ " 0.1-" + VersionUtil .commitDate + " -" + VersionUtil .gitHash + " -SNAPSHOT " ,
30
30
organization in Global := " ch.epfl.lamp" ,
31
31
organizationName in Global := " LAMP/EPFL" ,
32
32
organizationHomepage in Global := Some (url(" http://lamp.epfl.ch" )),
@@ -210,7 +210,7 @@ object DottyBuild extends Build {
210
210
" org.specs2" %% " specs2" % " 2.3.11" % " test"
211
211
),
212
212
version :=
213
- " 0.1.1-SNAPSHOT- " + VersionUtil .commitDate + " -" + VersionUtil .gitHash,
213
+ " 0.1.1-" + VersionUtil .commitDate + " -" + VersionUtil .gitHash + " -SNAPSHOT " ,
214
214
// The sources should be published with crossPaths := false since they
215
215
// need to be compiled by the project using the bridge.
216
216
crossPaths := false ,
You can’t perform that action at this time.
0 commit comments