Skip to content

Commit

Permalink
restore root project
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsBroersen committed Nov 17, 2024
1 parent 9ff2d70 commit 17a6b8a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,29 @@ inThisBuild(
)
)

lazy val root =
project
.in(file("."))
.settings(publish / skip := true)
.aggregate(
zioConfig.projectRefs ++
zioConfigAws.projectRefs ++
zioConfigZioAws.projectRefs ++
zioConfigRefined.projectRefs ++
zioConfigPureconfig.projectRefs ++
examples.projectRefs ++
zioConfigDerivation.projectRefs ++
zioConfigMagnolia.projectRefs ++
zioConfigTypesafe.projectRefs ++
zioConfigYaml.projectRefs ++
zioConfigXml.projectRefs ++
zioConfigScalaz.projectRefs ++
zioConfigCats.projectRefs ++
zioConfigEnumeratum.projectRefs ++
zioConfigTypesafeMagnoliaTests.projectRefs ++
docs.projectRefs: _*
)

lazy val zioConfig = projectMatrix
.in(file("core"))
.settings(stdSettings(Some("zio-config")))
Expand Down

0 comments on commit 17a6b8a

Please sign in to comment.