Skip to content

Commit

Permalink
Prevent PRs bumping mill from scala steward
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosedp committed Oct 22, 2023
1 parent 87a03b7 commit 3757506
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 @@ -5,7 +5,7 @@ import de.tobiasroeser.mill.vcs.version._
import mill._, scalalib._, publish._
import mill.scalalib.api.Util.scalaNativeBinaryVersion

val millVersions = Seq("0.9.12", "0.10.12", "0.11.0")
val millVersions = Seq("0.9.12", "0.10.12", "0.11.0") // scala-steward:off
val millBinaryVersions = millVersions.map(millBinaryVersion)

def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion(millVersion)
Expand Down

0 comments on commit 3757506

Please sign in to comment.