From 3aed4f1b5975d9607b6a8e8544a1d2c8dd4f88de Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 8 Mar 2024 15:53:34 +0100 Subject: [PATCH] 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"