diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index b912025..d1333eb 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '11' + java-version: '17' distribution: 'adopt' - name: Install SBT uses: sbt/setup-sbt@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 71eda65..bd858a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ## [unreleased] - Switched to scala-2.12.21 - Switched to scala-2.13.18 -- Switched to scala-3.7.4 +- Switched to scala-3.8.1 - Switched to scalajs-1.20.2 - Switched to scala-native-0.5.10 diff --git a/build.sbt b/build.sbt index 26fccc6..4d02316 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val scala210 = "2.10.7" lazy val scala211 = "2.11.12" lazy val scala212 = "2.12.21" lazy val scala213 = "2.13.18" -lazy val scala3 = "3.7.4" +lazy val scala3 = "3.8.1" lazy val scalatestVersion = "3.2.19" lazy val jmhVersion = "1.37"