Skip to content

Commit c0e71f5

Browse files
Update sbt to 1.7.3 (#2756)
* Update sbt to 1.7.3 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent b517477 commit c0e71f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
matrix:
8585
os: [ubuntu-latest]
86-
scala: [2.12.16]
86+
scala: [2.12.17]
8787
java: [adopt-hotspot@8]
8888
runs-on: ${{ matrix.os }}
8989
steps:

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.2
1+
sbt.version=1.7.3

0 commit comments

Comments
 (0)