Skip to content

Commit

Permalink
Add zio2-core to publishing (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Odomontois authored May 5, 2023
1 parent fab9241 commit 85bfee7
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 @@ -412,7 +412,7 @@ lazy val mainModuleDeps = (coreModules ++ commonModules).map(x => x: ClasspathDe
lazy val ce3AllModuleRefs = (ce3CoreModules ++ ce3CommonModules).map(x => x: ProjectReference)
lazy val ce3MainModuleDeps = (ce3CoreModules ++ ce3CommonModules).map(x => x: ClasspathDep[ProjectReference])

lazy val zio2Modules = Vector(zio2Logging)
lazy val zio2Modules = Vector(zio2Logging, zio2Core)

lazy val docs = project // new documentation project
.in(file("tofu-docs"))
Expand Down

0 comments on commit 85bfee7

Please sign in to comment.