Skip to content

Commit

Permalink
Add 2.13.12 to compiler bridge versions (#2830)
Browse files Browse the repository at this point in the history
`mill-scala-compiler-bridge_2.13.12` `0.0.1` is already on Maven Central
so we can add `2.13.12` to the list of the supported versions. This way
Mill will use published artifact instead of compiling from sources

Pull Request: #2830
  • Loading branch information
lolgab authored Oct 7, 2023
1 parent b2d4b22 commit bfe8dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ val bridgeScalaVersions = Seq(
"2.13.8",
"2.13.9",
"2.13.10",
"2.13.11"
"2.13.11",
"2.13.12"
)

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

0 comments on commit bfe8dc8

Please sign in to comment.