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 cbd12c4 commit 298771fCopy full SHA for 298771f
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.4")
+ final case object _300 extends ScalaVer("3.7.0")
14
15
val values: Seq[ScalaVer] = Set(_211, _212, _213, _300).toSeq
16
0 commit comments