Skip to content

Commit

Permalink
Update io to 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Oct 25, 2023
1 parent db0b484 commit 9e22d6c
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 @@ -13,7 +13,7 @@ object Dependencies {
val allScalaVersions = Seq(defaultScalaVersion, scala210, scala211, scala213)
val scala212_213 = Seq(defaultScalaVersion, scala213)

private val ioVersion = nightlyVersion.getOrElse("1.9.1")
private val ioVersion = nightlyVersion.getOrElse("1.9.7")
private val utilVersion = nightlyVersion.getOrElse("1.9.6")

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

0 comments on commit 9e22d6c

Please sign in to comment.