From 87f49b07a8cda68a34d2c8cfedc2657aa8411490 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Nov 2025 16:31:01 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 40ea9dea7a..9251c6bee4 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val scalafixSettings = Seq( val sharedSettings = Seq( organization := "com.github.eikek", - scalaVersion := "2.13.16", + scalaVersion := "2.13.18", organizationName := "Eike K. & Contributors", licenses += ( "AGPL-3.0-or-later",