mirror of https://github.com/sbt/sbt.git
Bump to 1.3.0
This commit is contained in:
parent
7c1caaf079
commit
e28382c667
|
|
@ -57,7 +57,7 @@ lazy val lmRoot = (project in file("."))
|
|||
},
|
||||
bintrayPackage := "librarymanagement",
|
||||
scalafmtOnCompile in Sbt := false,
|
||||
git.baseVersion := "1.2.1",
|
||||
git.baseVersion := "1.3.0",
|
||||
version := {
|
||||
val v = version.value
|
||||
if (v contains "SNAPSHOT") git.baseVersion.value + "-SNAPSHOT"
|
||||
|
|
|
|||
Loading…
Reference in New Issue