Skip to content

Commit 1880906

Browse files
Add Scala 2.13.13 to cross-build (#3851) (#3864)
(cherry picked from commit 68eb248) Co-authored-by: Jack Koenig <[email protected]>
1 parent 4e42f70 commit 1880906

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ lazy val pluginScalaVersions = Seq(
228228
"2.13.9",
229229
"2.13.10",
230230
"2.13.11",
231-
"2.13.12"
231+
"2.13.12",
232+
"2.13.13"
232233
)
233234

234235
lazy val plugin = (project in file("plugin"))

0 commit comments

Comments
 (0)