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 8074514 commit 0a312beCopy full SHA for 0a312be
.github/workflows/Java21SetupValidation.yml
@@ -4,10 +4,9 @@ on:
4
workflow_dispatch:
5
6
jobs:
7
- setup-java:
+ scala-steward:
8
runs-on: ubuntu-latest
9
- name: Set up JDK
10
-
+ name: Update Dependency
11
steps:
12
- name: Checkout repository
13
uses: actions/checkout@v4
@@ -17,3 +16,6 @@ jobs:
17
16
with:
18
distribution: 'adopt'
19
java-version: '21'
+
20
+ - name: Install sbt
21
+ uses: sbt/setup-sbt@v1
0 commit comments