From 661499ca699e7fc5041a34269e6e6345be056b4a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 11 Dec 2021 07:34:04 +0100 Subject: [PATCH] Update sbt-protoc to 1.0.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1e4e776..e27a8ec 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.4") +addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.5") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")