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 75d6735 commit 61d7c1cCopy full SHA for 61d7c1c
project/GeneralSettings.scala
@@ -8,7 +8,7 @@ object GeneralSettings {
8
9
val scala212 = "2.12.20"
10
val scala213 = "2.13.16"
11
- val scala33 = "3.3.4"
+ val scala33 = "3.3.6"
12
13
val defaultScalaVersion: String = scala213
14
val supportedScalaVersions: Seq[String] = Seq(scala212, scala213, scala33)
0 commit comments