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 65d984f commit ebba7d8Copy full SHA for ebba7d8
build.sbt
@@ -22,7 +22,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
22
name := "scala-parser-combinators",
23
scalaModuleAutomaticModuleName := Some("scala.util.parsing"),
24
25
- crossScalaVersions := Seq("2.13.10", "2.12.17", "3.2.1"),
+ crossScalaVersions := Seq("2.13.10", "2.12.17", "3.2.2"),
26
scalaVersion := crossScalaVersions.value.head,
27
28
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
0 commit comments