Skip to content

Commit

Permalink
Merge pull request #118 from exoego/scalajs-version
Browse files Browse the repository at this point in the history
[release] Unset Scala-js 1.x version so default version in plugins.sbt used
  • Loading branch information
exoego committed Apr 21, 2020
2 parents f84caa6 + 47cb10d commit 345c2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ cat ./version.sbt

export SCALAJS_VERSION=0.6.32
sbt clean +publishSigned sonatypeBundleUpload sonatypeReleaseAll
export SCALAJS_VERSION=1.0.0
unsert SCALAJS_VERSION
sbt clean +publishSigned sonatypeBundleUpload sonatypeReleaseAll

0 comments on commit 345c2dd

Please sign in to comment.