Skip to content

Commit

Permalink
Add 2.13.13 and 2.12.19 to supported bridges list (#3066)
Browse files Browse the repository at this point in the history
The bridges are already on Maven Central.

Pull Request: #3066
  • Loading branch information
lolgab authored Mar 8, 2024
1 parent fcc0252 commit 4971800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ val bridgeScalaVersions = Seq(
"2.12.16",
"2.12.17",
"2.12.18",
"2.12.19",
/*"2.13.0", "2.13.1", "2.13.2",*/ "2.13.3",
"2.13.4",
"2.13.5",
Expand All @@ -261,7 +262,8 @@ val bridgeScalaVersions = Seq(
"2.13.9",
"2.13.10",
"2.13.11",
"2.13.12"
"2.13.12",
"2.13.13"
)

// We limit the number of compiler bridges to compile and publish for local
Expand Down

0 comments on commit 4971800

Please # to comment.