Skip to content

Commit

Permalink
Merge pull request #124 from scalacenter/update/compilerplugin-0.11.17
Browse files Browse the repository at this point in the history
Update compilerplugin, scalapb-runtime to 0.11.17
  • Loading branch information
danicheg authored Jun 5, 2024
2 parents 8641189 + b736c34 commit 18dcaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 18dcaf8

Please sign in to comment.