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.
2 parents 03bf948 + e1b022e commit bc0e5daCopy full SHA for bc0e5da
lib/src/main/scala/org/typelevel/scalacoptions/ScalaVersion.scala
@@ -43,6 +43,8 @@ object ScalaVersion {
43
val V3_1_0 = ScalaVersion(3, 1, 0)
44
val V3_3_0 = ScalaVersion(3, 3, 0)
45
val V3_3_1 = ScalaVersion(3, 3, 1)
46
+ val V3_3_3 = ScalaVersion(3, 3, 3)
47
+ val V3_4_0 = ScalaVersion(3, 4, 0)
48
49
private val versionRegex = raw"""(\d+)\.(\d+)\.(\d+)(?:-.*)?""".r
50
def fromString(version: String): Either[IllegalArgumentException, ScalaVersion] =
0 commit comments