mirror of https://github.com/sbt/sbt.git
Initialize project version to SNAPSHOT
This commit is contained in:
parent
82ad44a701
commit
289dc17c9b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue