From 67ab643acf24cbb188cbdae6fc2aac0877511790 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jan 2024 21:08:55 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime, ... to 0.11.15 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4637101d..26263c00 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15" addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")