We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mill
1 parent d61dc2b commit fa84e6eCopy full SHA for fa84e6e
.mill-version
@@ -1 +1 @@
1
-0.12.13
+0.12.14
mill
@@ -33,7 +33,7 @@
33
set -e
34
35
if [ -z "${DEFAULT_MILL_VERSION}" ] ; then
36
- DEFAULT_MILL_VERSION="0.12.13"
+ DEFAULT_MILL_VERSION=0.12.14
37
fi
38
39
@@ -324,4 +324,4 @@ unset MILL_REPO_URL
324
# -D mill.main.cli is for compatibility with Mill 0.10.9 - 0.13.0-M2
325
# We don't quote MILL_FIRST_ARG on purpose, so we can expand the empty value without quotes
326
# shellcheck disable=SC2086
327
-exec "${MILL}" $MILL_FIRST_ARG -D "mill.main.cli=${MILL_MAIN_CLI}" "$@"
+exec "${MILL}" $MILL_FIRST_ARG -D "mill.main.cli=${MILL_MAIN_CLI}" "$@"
0 commit comments