[2.0.x] Update to Zinc 2.0.0-M16 (#9145)

This commit is contained in:
eugene yokota 2026-04-27 04:15:15 -04:00 committed by GitHub
parent ec497c38ca
commit 7b7aba5245
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-M15")
val zincVersion = nightlyVersion.getOrElse("2.0.0-M16")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion