Merge pull request #421 from eed3si9n/wip/bump

Util 1.9.1
This commit is contained in:
eugene yokota 2023-06-25 21:16:29 -04:00 committed by GitHub
commit bc4354436e
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.9.0")
private val utilVersion = nightlyVersion.getOrElse("1.9.0")
private val ioVersion = nightlyVersion.getOrElse("1.9.1")
private val utilVersion = nightlyVersion.getOrElse("1.9.1")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion