Skip to content

Commit

Permalink
Bump IO and Util
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed May 15, 2023
1 parent 4246b94 commit e42073e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ThisBuild / version := {
nightlyVersion match {
case Some(v) => v
case _ =>
if ((ThisBuild / isSnapshot).value) "1.7.0-SNAPSHOT"
if ((ThisBuild / isSnapshot).value) "1.9.0-SNAPSHOT"
else old
}
}
Expand Down
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.8.1")
private val utilVersion = nightlyVersion.getOrElse("1.9.0-RC2-2")
private val ioVersion = nightlyVersion.getOrElse("1.9.0-RC3")
private val utilVersion = nightlyVersion.getOrElse("1.9.0-RC3")

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

Expand Down

0 comments on commit e42073e

Please sign in to comment.