We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac16d17 + c4a4a73 commit f11b6c1Copy full SHA for f11b6c1
build.sbt
@@ -22,8 +22,4 @@ libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.1.5"
22
23
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
24
25
-lazy val unidoc = project
26
- .enablePlugins(TravisUnidocTitle)
27
- .settings(
28
- unidocProjectFilter in ScalaUnidoc in BaseUnidocPlugin.autoImport.unidoc := inAnyProject
29
- )
+enablePlugins(ScalaUnidocPlugin)
project/plugins.sbt
@@ -1,3 +1,3 @@
1
-addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "4.2.0")
+addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "4.2.0+15-5cf7dc87")
2
3
addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2")
0 commit comments