Merge pull request #402 from eed3si9n/wip/bump

util 1.7.0
This commit is contained in:
eugene yokota 2022-07-10 05:33:33 -04:00 committed by GitHub
commit 7b16e5b503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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