Skip to content

Commit

Permalink
Upgrade Scala.js to 0.6.31 (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Nov 22, 2019
1 parent f60af4e commit 4d259c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-js.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build for Scala.js 0.6.x
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
run: SCALA_JS_VERSION=0.6.29 ./sbt "projectJS/publishSigned"
run: SCALA_JS_VERSION=0.6.31 ./sbt "projectJS/publishSigned"
- name: Build for Scala.js 1.0.x
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down

0 comments on commit 4d259c2

Please sign in to comment.