Skip to content

Commit 9f5f413

Browse files
authored
Bump mill scripts to use defaults consistent with .mill-version (#85)
1 parent ef00f77 commit 9f5f413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Licensed under the Apache License, Version 2.0
1313

1414

15-
DEFAULT_MILL_VERSION=0.10.0
15+
DEFAULT_MILL_VERSION=0.11.13
1616

1717
set -e
1818

mill.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rem setlocal seems to be unavailable on Windows 95/98/ME
1515
rem but I don't think we need to support them in 2019
1616
setlocal enabledelayedexpansion
1717

18-
set "DEFAULT_MILL_VERSION=0.10.0"
18+
set "DEFAULT_MILL_VERSION=0.11.13"
1919

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

0 commit comments

Comments
 (0)