mirror of https://github.com/sbt/sbt.git
Scala 2.13.16
This commit is contained in:
parent
c99a269bfb
commit
06acd261d5
|
|
@ -32,10 +32,10 @@ jobs:
|
||||||
java: 21
|
java: 21
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
jobtype: 5
|
jobtype: 5
|
||||||
- os: ubuntu-latest
|
# - os: ubuntu-latest
|
||||||
java: 8
|
# java: 8
|
||||||
distribution: adopt
|
# distribution: adopt
|
||||||
jobtype: 6
|
# jobtype: 6
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
java: 8
|
java: 8
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
|
|
|
||||||
|
|
@ -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.20"
|
val scala212 = "2.12.20"
|
||||||
val scala213 = "2.13.15"
|
val scala213 = "2.13.16"
|
||||||
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] =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue