Skip to content

Commit

Permalink
Merge pull request #438 from eed3si9n/wip/util
Browse files Browse the repository at this point in the history
Util 1.10.0-RC1
  • Loading branch information
eed3si9n committed Apr 9, 2024
2 parents 6717483 + 6ab6c2b commit 36d94c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ object Dependencies {
def nightlyVersion: Option[String] =
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")

private val ioVersion = nightlyVersion.getOrElse("1.9.1")
private val utilVersion = nightlyVersion.getOrElse("1.9.1")
private val ioVersion = nightlyVersion.getOrElse("1.9.9")
private val utilVersion = nightlyVersion.getOrElse("1.10.0-RC1")

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

Expand Down

0 comments on commit 36d94c7

Please sign in to comment.