Skip to content

Commit

Permalink
Update CI setup-scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimunKaracic committed Nov 17, 2020
1 parent 76cfa20 commit 5ae12a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: git fetch --depth=1 origin '+refs/tags/*:refs/tags/*'
- uses: olafurpg/setup-scala@v2
- uses: olafurpg/setup-scala@v10
with:
java-version: adopt@1.8.0-242
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: git fetch --depth=1 origin '+refs/tags/*:refs/tags/*'
- uses: olafurpg/setup-scala@v2
- uses: olafurpg/setup-scala@v10
- name: Release
run: csbt release
shell: bash
Expand Down

0 comments on commit 5ae12a8

Please sign in to comment.