[2.x] Zinc 2.0.0-M14 (#8747)

This commit is contained in:
eugene yokota 2026-02-15 20:44:34 -05:00 committed by GitHub
parent 758b39faa3
commit 34206097cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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