From b64914221a28014b2fa54ef76bcc618712b76207 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 31 Dec 2021 20:16:59 +0100 Subject: [PATCH] Update sbt-protobuf to 0.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 119e3236..2e707e9a 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.0") libraryDependencies += "com.github.os72" % "protoc-jar" % "3.11.4" \ No newline at end of file