Skip to content

Commit

Permalink
Merge pull request #152 from tgodzik/skip-mdoc
Browse files Browse the repository at this point in the history
Skip publishing mdoc due to currently incompatible pprint version
  • Loading branch information
tgodzik authored Jan 14, 2022
2 parents e5f4acf + e985268 commit 8324c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ lazy val docs = project
.in(file("metaconfig-docs"))
.settings(
sharedSettings,
publish / skip := true,
crossScalaVersions -= scala3,
libraryDependencies ++= List(
"org.scalameta" %%% "munit-scalacheck" % V.munit
Expand Down

0 comments on commit 8324c09

Please sign in to comment.