Skip to content

Commit

Permalink
Merge pull request #1198 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
util 1.9.0
  • Loading branch information
eed3si9n committed Jun 2, 2023
2 parents 1f6105b + 3acff64 commit a44f2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ object Dependencies {
val allScalaVersions = Seq(defaultScalaVersion, scala210, scala211, scala213)
val scala212_213 = Seq(defaultScalaVersion, scala213)

private val ioVersion = nightlyVersion.getOrElse("1.9.0-RC3")
private val utilVersion = nightlyVersion.getOrElse("1.9.0-RC3")
private val ioVersion = nightlyVersion.getOrElse("1.9.0")
private val utilVersion = nightlyVersion.getOrElse("1.9.0")

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

Expand Down

0 comments on commit a44f2fa

Please sign in to comment.