Skip to content

Commit

Permalink
Merge pull request #402 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
util 1.7.0
  • Loading branch information
eed3si9n authored Jul 10, 2022
2 parents 9c0fbb6 + 5dd056f commit 7b16e5b
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")
private val utilVersion = nightlyVersion.getOrElse("1.6.0")
private val ioVersion = nightlyVersion.getOrElse("1.7.0")
private val utilVersion = nightlyVersion.getOrElse("1.7.0")

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

Expand Down

0 comments on commit 7b16e5b

Please sign in to comment.