We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45ad801 + 9ee8ea7 commit 2ece7dcCopy full SHA for 2ece7dc
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
fetch-depth: 0
18
- uses: olafurpg/setup-scala@v13
19
+ - name: Hacks for Scala 2.10
20
+ run: ./prepareForScala210.sh
21
- run: sbt ci-release
22
env:
23
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
0 commit comments