From 26d474cf9d17b91f9469e5655c63f00ae4361887 Mon Sep 17 00:00:00 2001 From: GreyPlane <709327148@qq.com> Date: Thu, 26 Oct 2023 15:55:02 +0800 Subject: [PATCH] bump scalapb version --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6a9b6a038..6350781de 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -29,4 +29,4 @@ libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.2.2023062 // scripted testing libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.13" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14"