Skip to content

Commit

Permalink
chore: enable dependency plugin to support analysis (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Nov 8, 2023
1 parent 27be919 commit c09ab5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") // for maintenance o
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")

// for dependency analysis
addDependencyTreePlugin

// for releasing
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

Expand Down

0 comments on commit c09ab5c

Please sign in to comment.