From 663e88201b942d1d92577b43b8e2a27bd774dc3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 09:56:47 +0100 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.10 (#167) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8bc8503..1121324 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.11") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.9" \ No newline at end of file +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.10" \ No newline at end of file