We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e30bc commit e3d6e15Copy full SHA for e3d6e15
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.21
7
- Switched to scala-2.13.18
8
-- Switched to scala-3.8.2
+- Switched to scala-3.8.3
9
- Switched to scalajs-1.20.2
10
- Switched to scala-native-0.5.10
11
build.sbt
@@ -5,7 +5,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.8.2"
+lazy val scala3 = "3.8.3"
lazy val scalatestVersion = "3.2.20"
0 commit comments