Skip to content

Commit

Permalink
feat: Support Scala 2.13.16 out-of-the-box (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnei authored Jan 16, 2025
1 parent 70ba6c9 commit 86761ec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,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.2" | "2.13.14" | "2.13.15" | "2.12.19" | "2.12.20" => "3.1.2"
case "3.3.4" | "3.5.2" | "2.13.15" | "2.13.16" | "2.12.19" | "2.12.20" => "3.1.3"
case "2.13.14" => "3.1.2"
case "3.5.1" => "3.0.3"
case "3.3.3" => "3.0.2"
case "3.4.2" => "3.0.0"
Expand Down

0 comments on commit 86761ec

Please sign in to comment.