Skip to content

Commit

Permalink
util 1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 30, 2024
1 parent dec1287 commit fd344d3
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 fd344d3

Please sign in to comment.