mirror of https://github.com/sbt/sbt.git
sbt 1.11.7
This commit is contained in:
parent
f9a363e5e1
commit
9d2a5f478b
|
|
@ -11,7 +11,7 @@ import scala.util.Try
|
|||
// ThisBuild settings take lower precedence,
|
||||
// but can be shared across the multi projects.
|
||||
ThisBuild / version := {
|
||||
val v = "1.11.7-SNAPSHOT"
|
||||
val v = "1.11.8-SNAPSHOT"
|
||||
nightlyVersion.getOrElse(v)
|
||||
}
|
||||
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
|
||||
|
|
|
|||
Loading…
Reference in New Issue