Merge pull request #387 from eed3si9n/wip/bump

Bump modules
This commit is contained in:
eugene yokota 2021-09-19 15:44:56 -04:00 committed by GitHub
commit f4cd994ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,14 +3,14 @@ import Keys._
import sbt.contraband.ContrabandPlugin.autoImport._
object Dependencies {
val scala212 = "2.12.14"
val scala212 = "2.12.15"
val scala213 = "2.13.6"
def nightlyVersion: Option[String] =
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
private val ioVersion = nightlyVersion.getOrElse("1.5.0")
private val utilVersion = nightlyVersion.getOrElse("1.5.0")
private val ioVersion = nightlyVersion.getOrElse("1.6.0-M1")
private val utilVersion = nightlyVersion.getOrElse("1.6.0-M1")
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion