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 88f9a12 commit 9f6204eCopy full SHA for 9f6204e
lib/src/main/scala/org/typelevel/scalacoptions/ScalaVersion.scala
@@ -45,6 +45,7 @@ object ScalaVersion {
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
+ val V3_5_0 = ScalaVersion(3, 5, 0)
49
50
private val versionRegex = raw"""(\d+)\.(\d+)\.(\d+)(?:-.*)?""".r
51
def fromString(version: String): Either[IllegalArgumentException, ScalaVersion] =
0 commit comments