Skip to content

Commit

Permalink
chore: Release scalafmt on JDK 8
Browse files Browse the repository at this point in the history
Otherwise any tool running on JDK 8 will fail.
  • Loading branch information
tgodzik authored and kitbellew committed Jan 20, 2023
1 parent 60bdaf9 commit 9e95c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '8'
distribution: 'temurin'
cache: 'sbt'
- name: Publish ${{ github.ref }}
Expand Down

0 comments on commit 9e95c99

Please sign in to comment.