Skip to content

Commit 56a0271

Browse files
committed
build: Add sbt-missinglink plugin
The plugin is quite immature so we cannot use it in 'check' command but someone might run it from time to time to see any problems. Let's add it to 'check' once it's ready to be used in production.
1 parent de6de79 commit 56a0271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "1.3.6")
66
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.4.31")
77
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
88
addSbtPlugin("io.chrisdavenport" % "sbt-mima-version-check" % "0.1.2")
9+
addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.1.0")

0 commit comments

Comments
 (0)