Skip to content

Commit

Permalink
feat: Support Scala 2.13.14 out of the box
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnei committed May 6, 2024
1 parent 53f1c4d commit 717967b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ object ScapegoatSbtPlugin extends AutoPlugin {
val selectedScapegoatVersion = (scapegoatVersion ?).value.getOrElse {
scalaVersion.value match {
// To give a better out of the box experience, default to a recent version of Scapegoat for known Scala versions
case "2.13.13" | "2.13.12" | "2.12.19" | "2.12.18" => "2.1.5"
case "2.13.14" | "2.13.13" | "2.12.19" | "2.12.18" => "2.1.6"
case "2.13.12" => "2.1.5"
case "2.13.11" | "2.12.17" => "2.1.4"
case "2.13.10" => "2.1.2"
case "2.13.9" | "2.12.16" => "2.1.1"
Expand Down

0 comments on commit 717967b

Please sign in to comment.