Skip to content

Commit

Permalink
Update mill-main to 0.11.8 (#2980)
Browse files Browse the repository at this point in the history
* Update mill-main to 0.11.8

* Bump Mill to 0.11.8 in less obvious spots

* Fix Mill configuration

---------

Co-authored-by: Piotr Chabelski <[email protected]>
  • Loading branch information
scala-steward and Gedochao authored Jun 25, 2024
1 parent ce0f7b7 commit ef282f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.7
0.11.8
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object cli extends Cross[Cli](Scala.scala3MainVersions) with CrossScalaDefaultTo

trait CrossScalaDefault { _: mill.define.Cross[_] =>
def crossScalaDefaultVersion: String
def defaultCrossSegments = Seq(crossScalaDefaultVersion)
override def defaultCrossSegments = Seq(crossScalaDefaultVersion)
}

trait CrossScalaDefaultToInternal extends CrossScalaDefault { _: mill.define.Cross[_] =>
Expand Down
2 changes: 1 addition & 1 deletion mill.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rem but I don't think we need to support them in 2019
setlocal enabledelayedexpansion

if [!DEFAULT_MILL_VERSION!]==[] (
set "DEFAULT_MILL_VERSION=0.11.7"
set "DEFAULT_MILL_VERSION=0.11.8"
)

set "MILL_REPO_URL=https://github.com/com-lihaoyi/mill"
Expand Down
2 changes: 1 addition & 1 deletion millw
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
set -e

if [ -z "${DEFAULT_MILL_VERSION}" ] ; then
DEFAULT_MILL_VERSION=0.11.7
DEFAULT_MILL_VERSION=0.11.8
fi


Expand Down

0 comments on commit ef282f8

Please sign in to comment.