Skip to content

Commit

Permalink
Merge pull request #475 from eed3si9n/wip/bump-util
Browse files Browse the repository at this point in the history
util 1.10.6
  • Loading branch information
eed3si9n authored Nov 30, 2024
2 parents dec1287 + fd344d3 commit 0b2e944
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.10.1")
private val utilVersion = nightlyVersion.getOrElse("1.10.5")
private val ioVersion = nightlyVersion.getOrElse("1.10.2")
private val utilVersion = nightlyVersion.getOrElse("1.10.6")

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

Expand Down

0 comments on commit 0b2e944

Please sign in to comment.