Merge pull request #424 from eed3si9n/wip/bump_ivy

Bump to Ivy 2.3.0-sbt-396a783bba347016e7fe30dacc60d355be607fe2
This commit is contained in:
eugene yokota 2023-08-24 10:48:02 -04:00 committed by GitHub
commit 689f347bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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"

View File

@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.9.3