From 7047631e7cc419c8e97481c21e11991eeae4c89a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 15:25:37 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ea2cbc7..0e15ef1 100644 --- a/build.sbt +++ b/build.sbt @@ -7,8 +7,8 @@ lazy val commonSettings = Seq( version := "1.1.3", licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause")), homepage := Some(url("https://github.com/balhoff/whelk")), - scalaVersion := "2.13.14", - crossScalaVersions := Seq("2.13.14"), + scalaVersion := "2.13.15", + crossScalaVersions := Seq("2.13.15"), scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8") )