From f5fdd08dbe0f3f95da08f7962d4ea82c607acc22 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Sep 2022 18:29:55 +0000 Subject: [PATCH] Update scala3-library, ... to 3.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 843dae2e..d568c985 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor name := "scala-parser-combinators", scalaModuleAutomaticModuleName := Some("scala.util.parsing"), - crossScalaVersions := Seq("2.13.8", "2.12.16", "2.11.12", "3.1.3"), + crossScalaVersions := Seq("2.13.8", "2.12.16", "2.11.12", "3.2.0"), scalaVersion := crossScalaVersions.value.head, libraryDependencies += "junit" % "junit" % "4.13.2" % Test,