diff --git a/build.sbt b/build.sbt index c4db12bb..70ffc174 100644 --- a/build.sbt +++ b/build.sbt @@ -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 { diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ae2fb420..f4418802 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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" diff --git a/project/build.properties b/project/build.properties index 46e43a97..52413ab7 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.2 +sbt.version=1.9.3