Skip to content

Commit

Permalink
Merge pull request #424 from eed3si9n/wip/bump_ivy
Browse files Browse the repository at this point in the history
Bump to Ivy 2.3.0-sbt-396a783bba347016e7fe30dacc60d355be607fe2
  • Loading branch information
eed3si9n authored Aug 24, 2023
2 parents 2837a64 + 824cca7 commit 689f347
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.9.3

0 comments on commit 689f347

Please sign in to comment.