diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-10-08 09:54:51 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-10-08 09:54:51 +0100 |
commit | b7e4076cf52d5a7a0847b84c236ca145ef1b1ff9 (patch) | |
tree | 00bc389c054b14d089b2d04399d8598f100abf31 /mill | |
parent | e8d1a32d7baedc3fd1a82c159456f54cd8131c05 (diff) | |
download | spacebeans-b7e4076cf52d5a7a0847b84c236ca145ef1b1ff9.tar.gz spacebeans-b7e4076cf52d5a7a0847b84c236ca145ef1b1ff9.zip |
Update dependencies, mill and bump Scala version
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.10.10 +DEFAULT_MILL_VERSION=0.10.12 set -e |