Skip to content

Commit 479ec6a

Browse files
authored
Update Mill to 0.11.13 (#3296)
1 parent 909d78d commit 479ec6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.12
1+
0.11.13

mill.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rem but I don't think we need to support them in 2019
1616
setlocal enabledelayedexpansion
1717

1818
if [!DEFAULT_MILL_VERSION!]==[] (
19-
set "DEFAULT_MILL_VERSION=0.11.12"
19+
set "DEFAULT_MILL_VERSION=0.11.13"
2020
)
2121

2222
set "MILL_REPO_URL=https://github.com/com-lihaoyi/mill"

millw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
set -e
1515

1616
if [ -z "${DEFAULT_MILL_VERSION}" ] ; then
17-
DEFAULT_MILL_VERSION=0.11.12
17+
DEFAULT_MILL_VERSION=0.11.13
1818
fi
1919

2020

0 commit comments

Comments
 (0)