Skip to content

Commit

Permalink
Add Scala 2.13.11 and 2.12.18 to plugin cross versions (#3327)
Browse files Browse the repository at this point in the history
This enables Chisel users to use these newer Scala versions.
  • Loading branch information
jackkoenig authored Jun 6, 2023
1 parent 11a624c commit b22c3ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ lazy val pluginScalaVersions = Seq(
"2.12.15",
"2.12.16",
"2.12.17",
"2.12.18",
"2.13.0",
"2.13.1",
"2.13.2",
Expand All @@ -287,7 +288,8 @@ lazy val pluginScalaVersions = Seq(
"2.13.7",
"2.13.8",
"2.13.9",
"2.13.10"
"2.13.10",
"2.13.11"
)

lazy val plugin = (project in file("plugin"))
Expand Down

0 comments on commit b22c3ba

Please sign in to comment.