Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 71c71ab

Browse files
authored
Merge pull request #492 from exoego/bump-scala
Bump Scala, SBT and NodeJS
2 parents 507957d + c6a1fa7 commit 71c71ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
scala: [2.13.7, 2.12.15]
10-
nodejs: [16.3.0, 14.16.0, 12.21.0]
9+
scala: [2.13.8, 2.12.16]
10+
nodejs: [16.16.0, 14.20.0, 12.22.12]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: olafurpg/setup-scala@v13

.node-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.tool-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 16.16.0

project/build.properties

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

0 commit comments

Comments
 (0)