Skip to content

Commit

Permalink
Merge pull request #387 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
Bump modules
  • Loading branch information
eed3si9n authored Sep 19, 2021
2 parents 54c1ee5 + 028724a commit f4cd994
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f4cd994

Please sign in to comment.