mirror of https://github.com/sbt/sbt.git
commit
8d46a02c50
|
|
@ -3,14 +3,14 @@ import Keys._
|
||||||
import sbt.contraband.ContrabandPlugin.autoImport._
|
import sbt.contraband.ContrabandPlugin.autoImport._
|
||||||
|
|
||||||
object Dependencies {
|
object Dependencies {
|
||||||
val scala212 = "2.12.17"
|
val scala212 = "2.12.18"
|
||||||
val scala213 = "2.13.8"
|
val scala213 = "2.13.10"
|
||||||
|
|
||||||
def nightlyVersion: Option[String] =
|
def nightlyVersion: Option[String] =
|
||||||
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
|
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
|
||||||
|
|
||||||
private val ioVersion = nightlyVersion.getOrElse("1.8.0")
|
private val ioVersion = nightlyVersion.getOrElse("1.9.0")
|
||||||
private val utilVersion = nightlyVersion.getOrElse("1.8.0")
|
private val utilVersion = nightlyVersion.getOrElse("1.9.0")
|
||||||
|
|
||||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue