Skip to content

Commit

Permalink
Merge pull request #480 from scala-steward/update/io-1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Dec 26, 2024
2 parents d3083d1 + 8a194b5 commit 28c6097
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 @@ -9,7 +9,7 @@ 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.2")
private val ioVersion = nightlyVersion.getOrElse("1.10.3")
private val utilVersion = nightlyVersion.getOrElse("1.10.6")

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

0 comments on commit 28c6097

Please sign in to comment.