Skip to content

Commit

Permalink
Merge pull request #1486 from eed3si9n/wip/bump_util
Browse files Browse the repository at this point in the history
[1.x] deps: util 1.10.4
  • Loading branch information
eed3si9n authored Oct 28, 2024
2 parents bb6a374 + e0a085c commit 8d88f99
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 @@ -16,7 +16,7 @@ object Dependencies {
val scala212_213 = Seq(defaultScalaVersion, scala213)

private val ioVersion = nightlyVersion.getOrElse("1.10.1")
private val utilVersion = nightlyVersion.getOrElse("1.10.3")
private val utilVersion = nightlyVersion.getOrElse("1.10.4")

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

Expand Down

0 comments on commit 8d88f99

Please sign in to comment.