Merge pull request #8424 from eed3si9n/wip/bump-zinc

[1.x] Update to Zinc 1.12.0-M2
This commit is contained in:
eugene yokota 2025-12-19 00:47:17 -05:00 committed by GitHub
commit 2fad041c5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ object Dependencies {
private val ioVersion = nightlyVersion.getOrElse("1.10.5")
private val lmVersion =
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.12.0-M1")
val zincVersion = nightlyVersion.getOrElse("1.12.0-M1")
val zincVersion = nightlyVersion.getOrElse("1.12.0-M2")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion