Skip to content

Commit

Permalink
Added support for Mill 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Nov 24, 2023
1 parent c64e091 commit 48f3b3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ trait Setup {
}

object Setup {
object R011 extends Setup {
override val millPlatform = "0.11"
override val millVersion = "0.11.0" // scala-steward:off
override val testMillVersions = Seq("0.11.6", millVersion)
override val osLibVersion = "0.9.1" // scala-steward:off
}
object R010 extends Setup {
override val millPlatform = "0.10"
override val millVersion = "0.10.0" // scala-steward:off
Expand Down

0 comments on commit 48f3b3a

Please sign in to comment.