Skip to content

Commit 9f111f6

Browse files
committed
chore: 🤖 Target Scala 3 RC3
1 parent b8e75d3 commit 9f111f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ThisBuild / homepage := Some(
3333
val scala211 = "2.11.12"
3434
val scala212 = "2.12.13"
3535
val scala213 = "2.13.5"
36-
val scala3 = "3.0.0-RC1"
36+
val scala3 = "3.0.0-RC3"
3737

3838
scalaVersion := scala213
3939

@@ -89,7 +89,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
8989
case Some((2, n)) if n <= 12 =>
9090
List("org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2")
9191
case Some((3, 0)) =>
92-
List("io.github.gaeljw" %% "typetrees" % "0.2.0")
92+
List("io.github.gaeljw" %% "typetrees" % "0.4.0")
9393
case _ => Nil
9494
}
9595
},

0 commit comments

Comments
 (0)