From bce1b06e8ca7e926f8ec1e377b9bd8ca95d576fe Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:47:22 +0200 Subject: [PATCH] Update scala-library to 2.13.14 (#234) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b85567b..d6d1397 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.14", + crossScalaVersions := Seq("2.13.14"), scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8") )