Skip to content

Commit

Permalink
Merge pull request #32 from ThoughtWorksInc/upgrade-dogfood
Browse files Browse the repository at this point in the history
Update dogfooding version
  • Loading branch information
Atry authored Mar 13, 2019
2 parents ac16d17 + c4a4a73 commit f11b6c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@ libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.1.5"

addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")

lazy val unidoc = project
.enablePlugins(TravisUnidocTitle)
.settings(
unidocProjectFilter in ScalaUnidoc in BaseUnidocPlugin.autoImport.unidoc := inAnyProject
)
enablePlugins(ScalaUnidocPlugin)
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
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")

addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2")

0 comments on commit f11b6c1

Please sign in to comment.