Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed May 1, 2020
1 parent faefeda commit 5cdae5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion mill
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5cdae5d

Please sign in to comment.