Merge pull request #375 from eed3si9n/wip/bump

IO 1.5.0, Util 1.5.0
This commit is contained in:
eugene yokota 2021-04-03 21:40:12 -04:00 committed by GitHub
commit a83f75c02e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -4,13 +4,13 @@ import sbt.contraband.ContrabandPlugin.autoImport._
object Dependencies {
val scala212 = "2.12.13"
val scala213 = "2.13.4"
val scala213 = "2.13.5"
def nightlyVersion: Option[String] =
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
private val ioVersion = nightlyVersion.getOrElse("1.5.0-M1")
private val utilVersion = nightlyVersion.getOrElse("1.4.0")
private val ioVersion = nightlyVersion.getOrElse("1.5.0")
private val utilVersion = nightlyVersion.getOrElse("1.5.0")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion

View File

@ -1 +1 @@
sbt.version=1.4.6
sbt.version=1.4.9