This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 3aed4f1b scalapb 0.11.15 (#238)
3aed4f1b is described below
commit 3aed4f1b5975d9607b6a8e8544a1d2c8dd4f88de
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Mar 8 15:53:34 2024 +0100
scalapb 0.11.15 (#238)
* scalapb 0.11.15
* Update plugins.sbt
---
project/plugins.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index e984eab6..5968a3e9 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -9,7 +9,7 @@
enablePlugins(BuildInfoPlugin)
-val sbtProtocV = "1.0.6"
+val sbtProtocV = "1.0.7"
buildInfoKeys := Seq[BuildInfoKey]("sbtProtocVersion" -> sbtProtocV)
@@ -41,4 +41,4 @@ libraryDependencies += "org.eclipse.jgit" %
"org.eclipse.jgit" % "5.13.1.2022061
// scripted testing
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
-libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14"
+libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]