From e943659eddcc7d15b2eb462e47f32a05c37ffe80 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 00:47:27 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1e7ea5..d6e113e 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.13", "2.13.13"), scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8") )