From f7170e653914271aded6be4509d852365bf438c3 Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:31:28 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 68bccc6..4291fd4 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ organization := "com.indoorvivants.vcpkg" sonatypeProfileName := "com.indoorvivants" val V = new { - val scala213 = "2.13.12" + val scala213 = "2.13.15" val scala212 = "2.12.18"