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 6239123 commit dc5d037Copy full SHA for dc5d037
project/ScalaVer.scala
@@ -10,7 +10,7 @@ object ScalaVer {
10
11
final case object _213 extends ScalaVer("2.13.16")
12
13
- final case object _300 extends ScalaVer("3.6.2")
+ final case object _300 extends ScalaVer("3.6.3")
14
15
val values: Seq[ScalaVer] = Set(_211, _212, _213, _300).toSeq
16
0 commit comments