Skip to content

Commit

Permalink
Fixed: root.dependsOn() => root.aggregate() in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Jul 14, 2020
1 parent 4ef7652 commit 86896fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -47,7 +47,7 @@ lazy val justFp = (project in file("."))
, description := "Just FP Lib"
)
.settings(noPublish)
.dependsOn(core, docs)
.aggregate(core, docs)

lazy val core = (project in file("core"))
.enablePlugins(DevOopsGitReleasePlugin)
Expand Down

0 comments on commit 86896fc

Please sign in to comment.