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 96b76ad commit 3415e18Copy full SHA for 3415e18
.github/workflows/scala.yml
@@ -27,6 +27,7 @@ jobs:
27
java-version: '21'
28
distribution: 'temurin'
29
cache: 'sbt'
30
+ - uses: sbt/setup-sbt@v1
31
- name: Run tests with SBT
32
run: sbt test
33
# Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository
0 commit comments