Skip to content

Commit

Permalink
Merge pull request #98 from dtrsan/fix-github-deps
Browse files Browse the repository at this point in the history
Update github action dependencies
  • Loading branch information
dtrsan authored Sep 29, 2022
2 parents ed43162 + 4c4f515 commit d2edfc3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
- uses: actions/checkout@v2
- uses: coursier/cache-action@v6
- name: Setup Scala
uses: coursier/setup-action@v1
uses: actions/setup-java@v3
with:
jvm: openjdk:17
apps: sbtn
distribution: 'temurin'
java-version: '17'
cache: 'sbt'

- name: Run tests
run: sbt test

0 comments on commit d2edfc3

Please sign in to comment.