diff --git a/project/build.sbt b/project/build.sbt index da9ffaa..87e9ea2 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -14,5 +14,5 @@ lazy val root = project // val pluginMainDir = baseDirectory.value.getParentFile / "sbt-plugin" / "src" / "main" // List(pluginMainDir / "scala", pluginMainDir / s"scala-sbt-${Keys.sbtBinaryVersion.value}") // }, - libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14" + libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15" )