Skip to content

Commit

Permalink
Merge pull request #482 from scala-steward/update/util-cache-1.10.7
Browse files Browse the repository at this point in the history
Update util-cache, util-logging, ... to 1.10.7
  • Loading branch information
eed3si9n authored Dec 28, 2024
2 parents c412994 + 889903a commit 001634a
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.3")
private val utilVersion = nightlyVersion.getOrElse("1.10.6")
private val utilVersion = nightlyVersion.getOrElse("1.10.7")

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

Expand Down

0 comments on commit 001634a

Please sign in to comment.