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.
2 parents 652f2cc + 9ad6e7f commit 92e43b0Copy full SHA for 92e43b0
.github/workflows/scala.yml
@@ -20,3 +20,18 @@ jobs:
20
distribution: 'adopt'
21
- name: Run Tests
22
run: sbt clean compile test
23
+
24
+ merge:
25
+ name: Merge dependency update
26
+ if: github.actor == 'anand-singh'
27
+ needs:
28
+ - build
29
+ runs-on: ubuntu-latest
30
+ steps:
31
+ - name: merge PR
32
+ uses: desbo/merge-pr-action@v0
33
+ with:
34
+ GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
35
+ ALLOWED_UPDATE: major
36
+ MERGE_METHOD: squash
37
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.5.2
+sbt.version=1.5.4
0 commit comments