[2.x] Update to Zinc 2.0.0-M15 (#8980)

This commit is contained in:
eugene yokota 2026-03-25 01:15:21 -04:00 committed by GitHub
parent f98c4ce139
commit 3c34579c18
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
val ioVersion = nightlyVersion.getOrElse("1.10.5")
val zincVersion = nightlyVersion.getOrElse("2.0.0-M14")
val zincVersion = nightlyVersion.getOrElse("2.0.0-M15")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion