From 6ef3173ea8ccb986aeb2d2417c99fd4efa0d7aaf Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 12 Oct 2025 00:16:28 +0000 Subject: [PATCH] Update scala-library to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d8223d2..39fb5e2 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} // Scala versions -val scala213 = "2.13.16" +val scala213 = "2.13.17" val scala212 = "2.12.20"