From 3f9bfb54486e08967ed715c31f606f48bcb35b25 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Oct 2022 09:36:39 +0000 Subject: [PATCH] Update scala-library to 2.13.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b62a9d5f..c8f66c15 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.17", "2.11.12", "3.2.0"), + crossScalaVersions := Seq("2.13.10", "2.12.16", "2.11.12", "3.2.0"), scalaVersion := crossScalaVersions.value.head, libraryDependencies += "junit" % "junit" % "4.13.2" % Test,