From d4c92d3c448a3e0c4e9d1e1fa402b500b870eb7c Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:20:13 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e41c65e..f4500ea 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ ThisBuild / evictionErrorLevel := Level.Warn ThisBuild / scalaVersion := Scala212 ThisBuild / organization := "org.foundweekends" ThisBuild / organizationName := "foundweekends" -ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.14", "3.3.3") +ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.15", "3.3.3") ThisBuild / homepage := Some(url("https://www.foundweekends.org/pamflet/")) ThisBuild / licenses := Seq("LGPL v3" -> url("https://www.gnu.org/licenses/lgpl.txt"))