Skip to content

Commit

Permalink
Update minimal Mill version to 0.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou authored and joan38 committed Jan 7, 2024
1 parent c8f979d commit bb74a54
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 @@ -12,7 +12,7 @@ import mill.scalalib.api.ZincWorkerUtil.scalaNativeBinaryVersion
import mill.scalalib.publish.{Developer, License, PomSettings, VersionControl}
import scalalib._

val millVersions = Seq("0.10.14", "0.11.0")
val millVersions = Seq("0.10.15", "0.11.0")
def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion(millVersion)

object `mill-scalafix` extends Cross[MillScalafixCross](millVersions)
Expand Down

0 comments on commit bb74a54

Please sign in to comment.