Skip to content

Commit

Permalink
mdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tpolecat committed Nov 13, 2019
1 parent 0bec400 commit 6d6edfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ lazy val docs = project
.settings(doobieSettings)
.settings(noPublishSettings)
.settings(
scalacOptions --= Seq("-Ywarn-unused:imports", "-Yno-imports", "-Ywarn-unused:params"),
scalacOptions := Nil,

libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % circeVersion,
Expand Down

0 comments on commit 6d6edfa

Please sign in to comment.