Skip to content

Commit

Permalink
Support Mill 0.11.0 API (#122)
Browse files Browse the repository at this point in the history
Pull request: #122
  • Loading branch information
lefou authored Jun 7, 2023
1 parent 988684d commit 0d13aa3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ class Deps_latest(override val millVersion: String) extends Deps {
override def mimaPreviousVersions = Seq()
}
object Deps_0_11 extends Deps {
override def millPlatform = "0.11.0-M11" // only valid for exact milestones!
override def millVersion = "0.11.0-M11"
override def millPlatform = "0.11"
override def millVersion = "0.11.0" // scala-steward:off
override def testWithMill = Seq(millVersion)
override def mimaPreviousVersions = Seq()
}
object Deps_0_10 extends Deps {
override def millPlatform = "0.10"
Expand Down

0 comments on commit 0d13aa3

Please sign in to comment.