Skip to content

Commit

Permalink
Update mill-main to 0.11.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 15, 2023
1 parent 635fd13 commit 88bbe4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ trait Deps {

object Deps_0_11 extends Deps {
override def millPlatform = millVersion // only valid for exact milestones!
override def millVersion = "0.11.0-M1"
override def millVersion = "0.11.0-M2"
override def scalaVersion = "2.13.10"
override def testWithMill = Seq(millVersion)
override def mimaPreviousVersions = super.mimaPreviousVersions.reverse.takeWhile(_ != "0.3.0").reverse
Expand Down

0 comments on commit 88bbe4c

Please sign in to comment.