mirror of https://github.com/sbt/sbt.git
Merge pull request #424 from eed3si9n/wip/bump_ivy
Bump to Ivy 2.3.0-sbt-396a783bba347016e7fe30dacc60d355be607fe2
This commit is contained in:
commit
689f347bde
|
|
@ -7,7 +7,7 @@ val _ = {
|
|||
sys.props += ("line.separator" -> "\n")
|
||||
}
|
||||
Global / semanticdbEnabled := !(Global / insideCI).value
|
||||
// Global / semanticdbVersion := "4.5.9"
|
||||
Global / semanticdbVersion := "4.7.8"
|
||||
ThisBuild / version := {
|
||||
val old = (ThisBuild / version).value
|
||||
nightlyVersion match {
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ object Dependencies {
|
|||
def addSbtUtilCache(p: Project): Project = addSbtModule(p, sbtUtilPath, "utilCache", utilCache)
|
||||
|
||||
val launcherInterface = "org.scala-sbt" % "launcher-interface" % "1.0.0"
|
||||
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-a8f9eb5bf09d0539ea3658a2c2d4e09755b5133e"
|
||||
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-396a783bba347016e7fe30dacc60d355be607fe2"
|
||||
|
||||
val sbtV = "1.0"
|
||||
val scalaV = "2.12"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=1.8.2
|
||||
sbt.version=1.9.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue