diff --git a/build.sbt b/build.sbt index 1839c639..31d194d5 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor name := "scala-parser-combinators", scalaModuleAutomaticModuleName := Some("scala.util.parsing"), - crossScalaVersions := Seq("2.13.10", "2.12.17", "3.2.1"), + crossScalaVersions := Seq("2.13.10", "2.12.17", "3.2.2"), scalaVersion := crossScalaVersions.value.head, libraryDependencies += "junit" % "junit" % "4.13.2" % Test,