diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-04-16 21:18:22 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-04-16 21:18:22 +0100 |
commit | 5fa15e8cfe825e8e046728bd2ab56b48af8f99b2 (patch) | |
tree | 77ec1b1f18f8ac47fefe664746ac0ec9668a5aa5 /mill | |
parent | f90e7bad9f1df2d652b82048e9073096ddc8df18 (diff) | |
download | spacebeans-5fa15e8cfe825e8e046728bd2ab56b48af8f99b2.tar.gz spacebeans-5fa15e8cfe825e8e046728bd2ab56b48af8f99b2.zip |
Upated mill and dependencies
Diffstat (limited to 'mill')
-rwxr-xr-x | mill | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.12 +DEFAULT_MILL_VERSION=0.10.3 set -e |