mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
Merge pull request #233 from indrajitr/0.11
Initialize project version to SNAPSHOT
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ object Defaults extends BuildCommon
|
||||
extraLoggers :== { _ => Nil },
|
||||
skip :== false,
|
||||
watchSources :== Nil,
|
||||
version :== "0.1",
|
||||
version :== "0.1-SNAPSHOT",
|
||||
outputStrategy :== None,
|
||||
exportJars :== false,
|
||||
fork :== false,
|
||||
|
||||
Reference in New Issue
Block a user