From 9a098e65ceb5faf0200c034c3ace86b720f4335b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 18 Oct 2023 20:34:07 +0000 Subject: [PATCH] chore(Dependencies) : update compilerplugin, scalapb-runtime, ... from 0.11.11 to 0.11.14 --- project/scalapb.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/scalapb.sbt b/project/scalapb.sbt index f884358ef..6ad4ac18e 100644 --- a/project/scalapb.sbt +++ b/project/scalapb.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") +addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") addSbtPlugin("org.typelevel" % "sbt-fs2-grpc" % "2.4.3") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.11" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14"