diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 39db823d..bf0d8da8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,8 +6,8 @@ jobs: strategy: fail-fast: false matrix: - scala: [2.13.7, 2.12.15] - nodejs: [16.3.0, 14.16.0, 12.21.0] + scala: [2.13.8, 2.12.16] + nodejs: [16.16.0, 14.20.0, 12.22.12] steps: - uses: actions/checkout@v3 - uses: olafurpg/setup-scala@v13 diff --git a/.node-version b/.node-version deleted file mode 100644 index 4be2b935..00000000 --- a/.node-version +++ /dev/null @@ -1 +0,0 @@ -v16.9.1 diff --git a/.tool-version b/.tool-version new file mode 100644 index 00000000..eedff58c --- /dev/null +++ b/.tool-version @@ -0,0 +1 @@ +nodejs 16.16.0 diff --git a/project/build.properties b/project/build.properties index c8fcab54..22af2628 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 +sbt.version=1.7.1