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 edcc27b + 8548073 commit d4dcbeeCopy full SHA for d4dcbee
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.16", "2.11.12", "3.1.2"),
+ crossScalaVersions := Seq("2.13.8", "2.12.16", "2.11.12", "3.1.3"),
31
scalaVersion := crossScalaVersions.value.head,
32
33
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
0 commit comments