Skip to content

Commit

Permalink
Add Scala 2.13.13 to cross-build (#3851) (#3864)
Browse files Browse the repository at this point in the history
(cherry picked from commit 68eb248)

Co-authored-by: Jack Koenig <koenig@sifive.com>
  • Loading branch information
mergify[bot] and jackkoenig authored Feb 23, 2024
1 parent 4e42f70 commit 1880906
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 @@ -228,7 +228,8 @@ lazy val pluginScalaVersions = Seq(
"2.13.9",
"2.13.10",
"2.13.11",
"2.13.12"
"2.13.12",
"2.13.13"
)

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

0 comments on commit 1880906

Please sign in to comment.