Thanks to visit codestin.com Credit goes to github.com
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 74a771c commit 1fe900bCopy full SHA for 1fe900b
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.2.0"),
+ crossScalaVersions := Seq("2.13.8", "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