Skip to content

Commit

Permalink
Scala 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jul 6, 2024
1 parent a0e4d22 commit fc45379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._
object Dependencies {
// WARNING: Please Scala update versions in PluginCross.scala too
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 baseScalaVersion = scala212
def nightlyVersion: Option[String] =
Expand Down

0 comments on commit fc45379

Please sign in to comment.