Skip to content

Commit 2c72537

Browse files
author
James Santucci
committed
Add sbt-explicit-dependencies and sbt-missinglink
1 parent a3ad2f8 commit 2c72537

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

project/plugins.sbt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
2-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")
3-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
4-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
5-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
6-
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.2")
7-
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.2")
8-
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.2")
9-
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")
10-
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20")
11-
addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.3")
12-
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16")
1+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
2+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")
3+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
4+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
5+
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
6+
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.2")
7+
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.2")
8+
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.2")
9+
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")
10+
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20")
11+
addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.3")
12+
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16")
1313

1414
libraryDependencies += "com.spotify" % "missinglink-core" % "0.2.5"
1515

0 commit comments

Comments
 (0)