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.
2 parents b2f2b4d + e4bf443 commit 5f6644dCopy full SHA for 5f6644d
build.sbt
@@ -27,7 +27,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
27
name := "scala-parser-combinators",
28
scalaModuleAutomaticModuleName := Some("scala.util.parsing"),
29
30
- crossScalaVersions := Seq("2.13.8", "2.12.17", "2.11.12", "3.2.0"),
+ crossScalaVersions := Seq("2.13.10", "2.12.17", "2.11.12", "3.2.0"),
31
scalaVersion := crossScalaVersions.value.head,
32
33
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
0 commit comments