Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scalajs / sconfig Support #191

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Correct formatting.
arashi01 committed Nov 8, 2021
commit ee5f284a403170a39e686131a7f342dc16936e85
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -190,7 +190,7 @@ lazy val `circe-sconfig` =
)
.jvmSettings(
doctestTestFramework := (LocalRootProject / doctestTestFramework).value,
doctestMarkdownEnabled := (LocalRootProject / doctestMarkdownEnabled).value,
doctestMarkdownEnabled := (LocalRootProject / doctestMarkdownEnabled).value
)

aggregateProjects(`circe-sconfig`.jvm, `circe-sconfig`.js)