From c9309247c3fabc806ccbc729c3b4557232da3df1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 00:47:22 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1e7ea5..bded651 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val commonSettings = Seq( version := "1.3.1", licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")), homepage := Some(url("https://github.com/phenoscape/sparql-utils")), - crossScalaVersions := Seq("2.12.13", "2.13.5"), + crossScalaVersions := Seq("2.12.19", "2.13.5"), scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8") )