mirror of https://github.com/sbt/sbt.git
Merge pull request #8346 from danicheg/scala-2.13.17
[1.x] Update scala213 to 2.13.17
This commit is contained in:
commit
6d62c345aa
|
|
@ -5,7 +5,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._
|
|||
object Dependencies {
|
||||
// WARNING: Please Scala update versions in PluginCross.scala too
|
||||
val scala212 = "2.12.20"
|
||||
val scala213 = "2.13.16"
|
||||
val scala213 = "2.13.17"
|
||||
val checkPluginCross = settingKey[Unit]("Make sure scalaVersion match up")
|
||||
val baseScalaVersion = scala212
|
||||
def nightlyVersion: Option[String] =
|
||||
|
|
|
|||
Loading…
Reference in New Issue