We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7a9aa commit 781b6a0Copy full SHA for 781b6a0
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
## [unreleased]
6
- Switched to scala-2.12.20
7
- Switched to scala-2.13.16
8
-- Switched to scala-3.7.0
+- Switched to scala-3.7.1
9
- Switched to scalajs-1.19.0
10
- Switched to scala-native-0.5.7
11
build.sbt
@@ -4,7 +4,7 @@ lazy val scala210 = "2.10.7"
4
lazy val scala211 = "2.11.12"
lazy val scala212 = "2.12.20"
lazy val scala213 = "2.13.16"
-lazy val scala3 = "3.7.0"
+lazy val scala3 = "3.7.1"
lazy val scalatestVersion = "3.2.19"
lazy val jmhVersion = "1.37"
0 commit comments