Skip to content

Commit

Permalink
Fix mdocOut.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdziuban committed Mar 21, 2024
1 parent 1585713 commit 0cf2288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala-2/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy val docs = project.in(file("andxor-docs"))
.settings(commonSettings)
.settings(docsSettings)
.settings(
mdocOut := file("."),
mdocOut := file(".."),
scalacOptions += "-Wconf:msg=any2stringadd:s"
)
.dependsOn(core)
Expand Down

0 comments on commit 0cf2288

Please sign in to comment.