Skip to content

Commit

Permalink
Merge pull request #7413 from eed3si9n/wip/bump_io
Browse files Browse the repository at this point in the history
IO 1.9.7
  • Loading branch information
eed3si9n committed Oct 22, 2023
2 parents 4d7dc12 + 7abf264 commit a5944ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -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.9.1")
private val ioVersion = nightlyVersion.getOrElse("1.9.7")
private val lmVersion =
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.9.3")
val zincVersion = nightlyVersion.getOrElse("1.9.5")
Expand Down

0 comments on commit a5944ac

Please sign in to comment.