Skip to content

Commit

Permalink
IO 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 30, 2024
1 parent 1e5827e commit fc5758d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
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.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")
Expand Down

0 comments on commit fc5758d

Please sign in to comment.