From 4b14cb5bb9b819fd09bdd6717a990a1f6f8ee67b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 15:02:29 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index abb310f..087f103 100644 --- a/build.sbt +++ b/build.sbt @@ -7,8 +7,8 @@ lazy val commonSettings = Seq( version := "1.1.2", licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause")), homepage := Some(url("https://github.com/balhoff/whelk")), - scalaVersion := "2.13.8", - crossScalaVersions := Seq("2.13.8"), + scalaVersion := "2.13.13", + crossScalaVersions := Seq("2.13.13"), scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8") )