From 4629705c9d4faf7551d05dd3c1a41c36368aa918 Mon Sep 17 00:00:00 2001 From: "foundweekends-bot[bot]" <74864734+foundweekends-bot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 03:02:59 +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 1af88b3..1c28d99 100644 --- a/build.sbt +++ b/build.sbt @@ -170,7 +170,7 @@ lazy val javaVmArgs: List[String] = { } lazy val plugin = (projectMatrix in file("sbt-conscript")) - .jvmPlatform(scalaVersions = Seq("3.7.2", "2.12.20")) + .jvmPlatform(scalaVersions = Seq("3.7.2", "2.13.17")) .enablePlugins(SbtPlugin) .settings( commonSettings,