From 8548073887f0dcece72d8af5f667c22d748b19bb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 28 Jun 2022 22:56:10 +0000 Subject: [PATCH] Update scala3-library, ... to 3.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a9b4d927..0552f1cd 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.2"), + crossScalaVersions := Seq("2.13.8", "2.12.16", "2.11.12", "3.1.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies += "junit" % "junit" % "4.13.2" % Test,