1
0
mirror of https://github.com/antonblanchard/chiselwatt.git synced 2026-01-13 07:20:14 +00:00

Merge pull request #42 from antonblanchard/update-mill

Update mill
This commit is contained in:
Anton Blanchard 2021-02-22 20:34:19 +11:00 committed by GitHub
commit 23824ad377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
# This is a wrapper script, that automatically download mill from GitHub release pages
# You can give the required mill version with MILL_VERSION env variable
# If no version is given, it falls back to the value of DEFAULT_MILL_VERSION
DEFAULT_MILL_VERSION=0.9.3
DEFAULT_MILL_VERSION=0.9.5
set -e