Skip to content

Commit

Permalink
Update util-control, util-interface, ... to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Sep 23, 2024
1 parent 2bf1693 commit 698f399
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.0")
private val utilVersion = nightlyVersion.getOrElse("1.10.1")
private val utilVersion = nightlyVersion.getOrElse("1.10.2")

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

Expand Down

0 comments on commit 698f399

Please sign in to comment.