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.
1 parent e38976f commit 9b14ac3Copy full SHA for 9b14ac3
.github/workflows/ci.yml
@@ -8,6 +8,9 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- uses: coursier/cache-action@v5
11
- - uses: olafurpg/setup-scala@v10
+ - uses: actions/setup-java@v2
12
+ with:
13
+ java-version: '11'
14
+ distribution: 'adopt'
15
- run: git fetch --unshallow
16
- run: sbt +test libraryJVM/versionPolicyCheck
.github/workflows/release.yml
@@ -9,7 +9,10 @@ jobs:
runs-on: ubuntu-20.04
- uses: actions/[email protected]
17
18
- run: sbt versionCheck ci-release
0 commit comments