We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a410bbf commit 1f16202Copy full SHA for 1f16202
project/ScalaVer.scala
@@ -10,7 +10,7 @@ object ScalaVer {
10
11
final case object _213 extends ScalaVer("2.13.13")
12
13
- final case object _300 extends ScalaVer("3.3.1")
+ final case object _300 extends ScalaVer("3.3.3")
14
15
val values: Seq[ScalaVer] = Set(_211, _212, _213, _300).toSeq
16
0 commit comments