Merge pull request #7921 from eed3si9n/wip/bump-io

IO 1.10.2
This commit is contained in:
eugene yokota 2024-11-29 21:50:51 -05:00 committed by GitHub
commit 52cf06d80e
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 {
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
// sbt modules
private val ioVersion = nightlyVersion.getOrElse("1.10.1")
private val ioVersion = nightlyVersion.getOrElse("1.10.2")
private val lmVersion =
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.10.2")
val zincVersion = nightlyVersion.getOrElse("1.10.4")