From ad2a4e0dd3ae23d410bab26f7ab0419333f7b148 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:22:17 +0000 Subject: [PATCH] Update scripted-plugin to 1.4.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7a4ec6e2..84990237 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ libraryDependencies ++= List( scalaVersion := "2.12.20" // keep this as low as possible to avoid running into binary incompatibility such as https://github.com/sbt/sbt/issues/5049 -pluginCrossBuild / sbtVersion := "1.4.0" +pluginCrossBuild / sbtVersion := "1.4.9" scriptedSbt := { val jdk = System.getProperty("java.specification.version").toDouble