From dbb9f4a86145181adae1eb55c4a3c9d4caede291 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 04:32:41 +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 dce496d..55e0832 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val scala213 = "2.13.16" +val scala213 = "2.13.18" val scala3 = "3.3.6"