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 fab107f commit cee1471Copy full SHA for cee1471
1 file changed
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
with:
94
java-version: 25
95
distribution: temurin
96
- - uses: sbt/setup-sbt@17575ea4e18dd928fe5968dbe32294b97923d65b # v1.1.13
+ - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
97
- name: Update JUnit dependencies in examples
98
run: java src/Updater.java ${RELEASE_VERSION}
99
working-directory: junit-examples
@@ -229,7 +229,7 @@ jobs:
229
230
231
232
233
234
235
- name: Build examples
0 commit comments