From 828746f1959755dbe185493ab201f20e58592167 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jan 2022 10:01:44 +0100 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1e7ea5..e815a05 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.8"), scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8") )