Skip to content

Commit

Permalink
Upgrade sbt-license-report from 1.6.1 to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 28, 2024
1 parent c1250a3 commit 4974893
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 @@ -16,7 +16,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")

// This plugin is able to generate a license report from all used licenses.
// sbt> dumpLicenseReport
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1")
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.7.0")

// Uses protoc to generate code from proto files. This SBT plugin is meant supercede sbt-protobuf and sbt-scalapb.
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
Expand Down

0 comments on commit 4974893

Please sign in to comment.