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

[2.x] Zinc 2.0.0-M11
This commit is contained in:
eugene yokota 2026-01-05 01:20:37 -05:00 committed by GitHub
commit 7e59872d31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ object Dependencies {
// sbt modules
private val ioVersion = nightlyVersion.getOrElse("1.10.5")
val zincVersion = nightlyVersion.getOrElse("2.0.0-M10")
val zincVersion = nightlyVersion.getOrElse("2.0.0-M11")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion