Skip to content

Commit

Permalink
IO 1.6.0, Util 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Dec 26, 2021
1 parent a52e34a commit 31db59c
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 @@ -9,8 +9,8 @@ object Dependencies {
def nightlyVersion: Option[String] =
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")

private val ioVersion = nightlyVersion.getOrElse("1.6.0-M2")
private val utilVersion = nightlyVersion.getOrElse("1.6.0-RC1")
private val ioVersion = nightlyVersion.getOrElse("1.6.0")
private val utilVersion = nightlyVersion.getOrElse("1.6.0")

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

Expand Down

0 comments on commit 31db59c

Please sign in to comment.