mirror of https://github.com/sbt/sbt.git
Merge pull request #7804 from Friendseeker/bump-scala-213-2
[2.x] Bump Scala 2.13 to 2.13.15
This commit is contained in:
commit
ceff321fbc
|
|
@ -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.12"
|
||||
val scala213 = "2.13.15"
|
||||
val scala3 = "3.3.4"
|
||||
val checkPluginCross = settingKey[Unit]("Make sure scalaVersion match up")
|
||||
val baseScalaVersion = scala3
|
||||
|
|
|
|||
Loading…
Reference in New Issue