From 5cdae5dc5758e8c4fd476305812c96a3b2d2edcd Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Fri, 1 May 2020 18:55:51 +0800 Subject: [PATCH] 0.9.1 --- build.sc | 2 +- mill | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sc b/build.sc index 65361526..6fd85e3f 100644 --- a/build.sc +++ b/build.sc @@ -4,7 +4,7 @@ import mill._, scalalib._, scalajslib._, scalanativelib._, publish._ trait ScalatagsPublishModule extends PublishModule { def artifactName = "scalatags" - def publishVersion = "0.9.0" + def publishVersion = "0.9.1" def pomSettings = PomSettings( description = artifactName(), diff --git a/mill b/mill index 856e4631..d6b842fe 100755 --- a/mill +++ b/mill @@ -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.6.1-122-5be570 +DEFAULT_MILL_VERSION=0.6.2-25-6628cf set -e