diff --git a/project/build.sbt b/project/build.sbt index 7342a77..72eb023 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.15" + libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17" )