Bump Scala 2.13 to 2.13.15

This commit is contained in:
friendseeker 2024-10-21 23:09:02 -07:00
parent 999f1d6ee8
commit 0c869e7b4c
No known key found for this signature in database
GPG Key ID: 7DD5039728A27160
1 changed files with 1 additions and 1 deletions

View File

@ -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