From 3e76385d083e803cea854b3212bec947348dca60 Mon Sep 17 00:00:00 2001
From: eikek-scala-steward <eikek-scala-steward@users.noreply.github.com>
Date: Tue, 27 Feb 2024 06:11:48 +0000
Subject: [PATCH] Update scala-library to 2.13.13

---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index b51afe39..913d3e1d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -15,7 +15,7 @@ val scalafixSettings = Seq(
 
 val sharedSettings = Seq(
   organization := "com.github.eikek",
-  scalaVersion := "2.13.12",
+  scalaVersion := "2.13.13",
   organizationName := "Eike K. & Contributors",
   licenses += ("AGPL-3.0-or-later", url(
     "https://spdx.org/licenses/AGPL-3.0-or-later.html"