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

This commit is contained in:
eugene yokota 2025-09-19 10:34:05 -04:00 committed by GitHub
commit 84fcb1a3a6
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-M7")
val zincVersion = nightlyVersion.getOrElse("2.0.0-M8")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion