Skip to content

Commit

Permalink
Update compilerplugin to 0.11.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward[bot] committed Jun 4, 2024
1 parent 9ff46a5 commit 466f9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")

libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.15",
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.17",
"org.slf4j" % "slf4j-nop" % "2.0.13"
)
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

0 comments on commit 466f9a9

Please sign in to comment.