Skip to content

Commit

Permalink
Add Scala 2.13.15 to compiler plugin cross-build (#4410) (#4412)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8cc8886)

Co-authored-by: Jack Koenig <[email protected]>
  • Loading branch information
mergify[bot] and jackkoenig authored Sep 24, 2024
1 parent efac37f commit bb562f2
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 @@ -294,7 +294,8 @@ lazy val pluginScalaVersions = Seq(
"2.13.11",
"2.13.12",
"2.13.13",
"2.13.14"
"2.13.14",
"2.13.15"
)

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

0 comments on commit bb562f2

Please sign in to comment.