mirror of https://github.com/sbt/sbt.git
Scala 2.13.14
This commit is contained in:
parent
a0e4d22a6c
commit
e32618529d
|
|
@ -5,7 +5,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._
|
||||||
object Dependencies {
|
object Dependencies {
|
||||||
// WARNING: Please Scala update versions in PluginCross.scala too
|
// WARNING: Please Scala update versions in PluginCross.scala too
|
||||||
val scala212 = "2.12.19"
|
val scala212 = "2.12.19"
|
||||||
val scala213 = "2.13.12"
|
val scala213 = "2.13.14"
|
||||||
val checkPluginCross = settingKey[Unit]("Make sure scalaVersion match up")
|
val checkPluginCross = settingKey[Unit]("Make sure scalaVersion match up")
|
||||||
val baseScalaVersion = scala212
|
val baseScalaVersion = scala212
|
||||||
def nightlyVersion: Option[String] =
|
def nightlyVersion: Option[String] =
|
||||||
|
|
@ -134,5 +134,5 @@ object Dependencies {
|
||||||
|
|
||||||
val hedgehog = "qa.hedgehog" %% "hedgehog-sbt" % "0.7.0"
|
val hedgehog = "qa.hedgehog" %% "hedgehog-sbt" % "0.7.0"
|
||||||
val disruptor = "com.lmax" % "disruptor" % "3.4.2"
|
val disruptor = "com.lmax" % "disruptor" % "3.4.2"
|
||||||
val kindProjector = ("org.typelevel" % "kind-projector" % "0.13.2").cross(CrossVersion.full)
|
val kindProjector = ("org.typelevel" % "kind-projector" % "0.13.3").cross(CrossVersion.full)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue