This is an automated email from the ASF dual-hosted git repository.

hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git


The following commit(s) were added to refs/heads/main by this push:
     new 21de8b35 Update sbt, scripted-plugin to 1.10.0 (#322)
21de8b35 is described below

commit 21de8b3561fa79b41feb5192c0a2ec2505fb6cce
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Thu May 30 04:01:47 2024 +0800

    Update sbt, scripted-plugin to 1.10.0 (#322)
    
    * Update sbt, scripted-plugin to 1.10.0
    
    * scala-steward missed one instance that needs updating
    
    ---------
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
    Co-authored-by: PJ Fanning <[email protected]>
---
 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 04267b14..081fdbbc 100644
--- a/benchmark-java/project/build.properties
+++ b/benchmark-java/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.9
+sbt.version=1.10.0
diff --git a/build.sbt b/build.sbt
index a1654a9f..775f16a9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -159,7 +159,7 @@ lazy val sbtPlugin = Project(id = "sbt-plugin", base = 
file("sbt-plugin"))
       val p3 = (runtime / publishLocal).value
       val p4 = (interopTests / publishLocal).value
     },
-    scriptedSbt := "1.9.9",
+    scriptedSbt := "1.10.0",
     scriptedBufferLog := false)
   .settings(
     crossScalaVersions := Dependencies.Versions.CrossScalaForPlugin,
diff --git a/project/build.properties b/project/build.properties
index 04267b14..081fdbbc 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.9
+sbt.version=1.10.0


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to