diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8778bc49..d7a54f92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Setup JVM uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'adopt' - name: Tests run: sbt +test diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b951c703..e5a896c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,8 +22,10 @@ jobs: - name: Setup JVM uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'adopt' + - name: Setup SBT + uses: sbt/setup-sbt@v1 - name: Run tests run: sbt +test - name: Code formatting check diff --git a/project/Versions.scala b/project/Versions.scala index 51116b6c..50fb1bb7 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,6 +1,6 @@ object Versions { - val Scala_2_13 = "2.13.14" + val Scala_2_13 = "2.13.16" val Scala_3 = "3.3.1" diff --git a/project/build.properties b/project/build.properties index b19d4e1e..fe69360b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.7 +sbt.version = 1.10.7