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 ac6530a commit 12d8b79Copy full SHA for 12d8b79
CHANGELOG.md
@@ -3,7 +3,7 @@
3
All notable changes to this project will be documented in this file.
4
5
## [unreleased]
6
-- Switched to scala-2.12.20
+- Switched to scala-2.12.21
7
- Switched to scala-2.13.18
8
- Switched to scala-3.7.4
9
- Switched to scalajs-1.20.1
build.sbt
@@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject
2
lazy val scala210 = "2.10.7"
lazy val scala211 = "2.11.12"
-lazy val scala212 = "2.12.20"
+lazy val scala212 = "2.12.21"
lazy val scala213 = "2.13.18"
lazy val scala3 = "3.7.4"
0 commit comments