From 4bca90816a1cb3ef08c2fdd7ece05583fc82f154 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 19 Jan 2025 00:08:17 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fd32e1be..d331ceaf 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} import Tests.* -val scala213 = "2.13.13" +val scala213 = "2.13.16" val scala3 = "3.3.3"