Skip to content

Commit

Permalink
Update mill-dist, mill-scalalib, ... to 0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 17, 2025
1 parent ea35c05 commit 2043dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checks
run: |
git config --global user.name "CI"
./mill __.checkStyle + __[0.12.0].test + __.docJar + __.publishLocal
./mill __.checkStyle + __[0.12.8].test + __.docJar + __.publishLocal
- name: Publish
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.event_name == 'release'
run: |
Expand Down
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import mill.scalalib.publish.{Developer, License, PomSettings, VersionControl}
import org.typelevel.scalacoptions.ScalacOptions._
import org.typelevel.scalacoptions.{ScalaVersion, ScalacOptions}

object `mill-scalafix` extends Cross[MillScalafixCross]("0.12.0", "0.13.0-M0")
object `mill-scalafix` extends Cross[MillScalafixCross]("0.12.8", "0.13.0-M0")
trait MillScalafixCross extends Cross.Module[String] with StyleModule with GitVersionedPublishModule {
val millVersion = crossValue
override def scalaVersion = millVersion match {
Expand Down

0 comments on commit 2043dc6

Please sign in to comment.