From 936a762c2e9e9c6735a2fce0d812a6147c242445 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 31 Jan 2023 22:15:42 +0000 Subject: [PATCH] Update scala3-library, ... to 3.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 31290945..58807407 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", "2.11.12", "3.2.1"), + crossScalaVersions := Seq("2.13.10", "2.12.17", "2.11.12", "3.2.2"), scalaVersion := crossScalaVersions.value.head, libraryDependencies += "junit" % "junit" % "4.13.2" % Test,