Skip to content

Commit

Permalink
util 2.0.0-alpha10
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed May 31, 2024
1 parent f802149 commit d42bc8e
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 @@ -11,7 +11,7 @@ object Dependencies {
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")

private val ioVersion = nightlyVersion.getOrElse("1.10.0")
private val utilVersion = nightlyVersion.getOrElse("2.0.0-alpha5")
private val utilVersion = nightlyVersion.getOrElse("2.0.0-alpha10")

private val sbtIO = "org.scala-sbt" %% "io" % ioVersion

Expand Down

0 comments on commit d42bc8e

Please sign in to comment.