Skip to content

Commit fa84e6e

Browse files
committed
Bump mill to 0.12.14
1 parent d61dc2b commit fa84e6e

File tree

3 files changed

+302
-302
lines changed

3 files changed

+302
-302
lines changed

.mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.13
1+
0.12.14

mill

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
set -e
3434

3535
if [ -z "${DEFAULT_MILL_VERSION}" ] ; then
36-
DEFAULT_MILL_VERSION="0.12.13"
36+
DEFAULT_MILL_VERSION=0.12.14
3737
fi
3838

3939

@@ -324,4 +324,4 @@ unset MILL_REPO_URL
324324
# -D mill.main.cli is for compatibility with Mill 0.10.9 - 0.13.0-M2
325325
# We don't quote MILL_FIRST_ARG on purpose, so we can expand the empty value without quotes
326326
# shellcheck disable=SC2086
327-
exec "${MILL}" $MILL_FIRST_ARG -D "mill.main.cli=${MILL_MAIN_CLI}" "$@"
327+
exec "${MILL}" $MILL_FIRST_ARG -D "mill.main.cli=${MILL_MAIN_CLI}" "$@"

0 commit comments

Comments
 (0)