From 2a1cd42702ca888003df51053b472faf017b5c6a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 22 Jan 2022 02:53:54 +0100 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.8 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 46710e1f..420aded7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,6 +8,6 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") libraryDependencies ++= List( "io.github.bonigarcia" % "webdrivermanager" % "3.6.1", - "com.thesamet.scalapb" %% "compilerplugin" % "0.11.3", + "com.thesamet.scalapb" %% "compilerplugin" % "0.11.8", "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value )