Skip to content

Commit

Permalink
feat: Support Scala 3.5.2 and update version for latest 2.12/13
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnei committed Oct 27, 2024
1 parent 76b21ee commit 3371265
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,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 "3.3.4" | "3.5.1" | "2.13.14" | "2.13.15" | "2.12.19" | "2.12.20" => "3.0.3"
case "3.3.4" | "3.5.2" | "2.13.14" | "2.13.15" | "2.12.19" | "2.12.20" => "3.1.2"
case "3.5.1" => "3.0.3"
case "3.3.3" => "3.0.2"
case "3.4.2" => "3.0.0"
case "2.13.13" | "2.12.18" => "2.1.6"
Expand Down

0 comments on commit 3371265

Please sign in to comment.