From 07145fc8f5b427f5a42850d5f494e229fa5c1f25 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 5 May 2024 00:41:54 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fd32e1be..85041a2b 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.14" val scala3 = "3.3.3"