Skip to content

Commit 9f6204e

Browse files
committed
Add scala 3.5.0
1 parent 88f9a12 commit 9f6204e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/main/scala/org/typelevel/scalacoptions/ScalaVersion.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ object ScalaVersion {
4545
val V3_3_1 = ScalaVersion(3, 3, 1)
4646
val V3_3_3 = ScalaVersion(3, 3, 3)
4747
val V3_4_0 = ScalaVersion(3, 4, 0)
48+
val V3_5_0 = ScalaVersion(3, 5, 0)
4849

4950
private val versionRegex = raw"""(\d+)\.(\d+)\.(\d+)(?:-.*)?""".r
5051
def fromString(version: String): Either[IllegalArgumentException, ScalaVersion] =

0 commit comments

Comments
 (0)