From b5b109d72c585f18fec26668d91c042ae67fe27c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 22:51:05 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71e3a8e..8e1aeb2 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ lazy val commonSettings = Seq( licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")), homepage := Some(url("https://github.com/phenoscape/scowl")), scalaVersion := "3.0.2", - crossScalaVersions := Seq("2.13.8", "3.0.2"), + crossScalaVersions := Seq("2.13.12", "3.0.2"), scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8"), javaOptions += "-Xmx8G", libraryDependencies ++= {