From e451132a50a968053e8ead7cb6c7ba3b018c613f Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Mon, 20 May 2024 08:37:53 +0000 Subject: [PATCH] Update compilerplugin to 0.11.15 in main --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5ccae979d2..88e1de218f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,4 +8,4 @@ addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.9") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") // In order to import proper version of com.google.protobuf.ByteString we need to add this dependency -libraryDependencies ++= Seq("com.thesamet.scalapb" %% "compilerplugin" % "0.11.13") +libraryDependencies ++= Seq("com.thesamet.scalapb" %% "compilerplugin" % "0.11.15")