Skip to content

Commit

Permalink
Update util-cache, util-logging, ... to 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Nov 24, 2024
1 parent 8e5585e commit b4c517c
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 @@ -10,7 +10,7 @@ object Dependencies {
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.3")
private val utilVersion = nightlyVersion.getOrElse("1.10.5")

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

Expand Down

0 comments on commit b4c517c

Please sign in to comment.