Skip to content

Commit

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

* Bump Mill launchers to 0.11.12

---------

Co-authored-by: Piotr Chabelski <ged.subfan@gmail.com>
  • Loading branch information
scala-steward and Gedochao authored Aug 22, 2024
1 parent 180de1c commit 834d785
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.11
0.11.12
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.11"
set "DEFAULT_MILL_VERSION=0.11.12"
)

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.11
DEFAULT_MILL_VERSION=0.11.12
fi


Expand Down

0 comments on commit 834d785

Please sign in to comment.