From d44c4de59efd4b7e3f554f790da0864c4e5736bb Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:25:38 +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 364fbf80..c6000e81 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val Scala212 = "2.12.20" -val Scala213 = "2.13.17" +val Scala213 = "2.13.18" val Scala3 = "3.3.7" name := "scalacheck"