From d44f4e7cfafb733618eece1d01a2239bf32a74d4 Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Thu, 2 May 2024 06:27:08 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e91909d628..497402b990 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val scalafixSettings = Seq( val sharedSettings = Seq( organization := "com.github.eikek", - scalaVersion := "2.13.13", + scalaVersion := "2.13.14", organizationName := "Eike K. & Contributors", licenses += ("AGPL-3.0-or-later", url( "https://spdx.org/licenses/AGPL-3.0-or-later.html"