Skip to content

Commit

Permalink
Add support for Scala 2.13.12 to the compiler plugin (#3527) (#3530)
Browse files Browse the repository at this point in the history
(cherry picked from commit 53a8625)

Co-authored-by: Jack Koenig <koenig@sifive.com>
  • Loading branch information
mergify[bot] and jackkoenig authored Sep 12, 2023
1 parent 2bdf35d commit ef12e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ lazy val pluginScalaVersions = Seq(
"2.13.8",
"2.13.9",
"2.13.10",
"2.13.11"
"2.13.11",
"2.13.12"
)

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

0 comments on commit ef12e5b

Please sign in to comment.