From a3866cf3796be8e2c612c525662efa7de626a8fd Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 09:46:59 +0100 Subject: [PATCH] Update sbt, scripted-plugin to 1.10.7 (#420) * Update sbt, scripted-plugin to 1.10.7 * Update build.sbt --------- Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Co-authored-by: PJ Fanning --- benchmark-java/project/build.properties | 2 +- build.sbt | 2 +- project/build.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmark-java/project/build.properties b/benchmark-java/project/build.properties index e88a0d81..73df629a 100644 --- a/benchmark-java/project/build.properties +++ b/benchmark-java/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.6 +sbt.version=1.10.7 diff --git a/build.sbt b/build.sbt index f42a6114..4d9a9b36 100644 --- a/build.sbt +++ b/build.sbt @@ -180,7 +180,7 @@ lazy val sbtPlugin = Project(id = "sbt-plugin", base = file("sbt-plugin")) val p3 = (runtime / publishLocal).value val p4 = (interopTests / publishLocal).value }, - scriptedSbt := "1.10.5", + scriptedSbt := "1.10.7", scriptedBufferLog := false) .settings( crossScalaVersions := Dependencies.Versions.CrossScalaForPlugin, diff --git a/project/build.properties b/project/build.properties index e88a0d81..73df629a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.6 +sbt.version=1.10.7