From 2cf4684e17a81b51afe1ae808cf237c401dda473 Mon Sep 17 00:00:00 2001 From: "scala-steward[bot]" <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 20:05:50 +0000 Subject: [PATCH] Update compilerplugin to 0.11.17 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bccd90f1..ffd074ed 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -23,7 +23,7 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") libraryDependencies ++= Seq( - "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15", + "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17", "org.slf4j" % "slf4j-nop" % "2.0.16" ) libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always