From e71895a7cbf7232d929e5c34cc448dbbd2caebb3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Mar 2024 16:37:58 +0000 Subject: [PATCH] Update sbt-protobuf to 0.7.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5e1e64a6..6c213408 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,5 +7,5 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20") -addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.5") +addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.3") libraryDependencies += "com.github.os72" % "protoc-jar" % "3.11.4" \ No newline at end of file