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 b8e75d3 commit 9f111f6Copy full SHA for 9f111f6
‎build.sbt
@@ -33,7 +33,7 @@ ThisBuild / homepage := Some(
33
val scala211 = "2.11.12"
34
val scala212 = "2.12.13"
35
val scala213 = "2.13.5"
36
-val scala3 = "3.0.0-RC1"
+val scala3 = "3.0.0-RC3"
37
38
scalaVersion := scala213
39
@@ -89,7 +89,7 @@ lazy val cucumberScala = (projectMatrix in file("cucumber-scala"))
89
case Some((2, n)) if n <= 12 =>
90
List("org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2")
91
case Some((3, 0)) =>
92
- List("io.github.gaeljw" %% "typetrees" % "0.2.0")
+ List("io.github.gaeljw" %% "typetrees" % "0.4.0")
93
case _ => Nil
94
}
95
},
0 commit comments