Skip to content

Commit 02cf5df

Browse files
committed
add local module
1 parent f65d51c commit 02cf5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ lazy val api = project.in(file("api"))
6666
)
6767

6868
lazy val root = project.in(file("."))
69-
.aggregate(common, core, testkit, api)
69+
.aggregate(common, local, core, testkit, api)
7070
.configs(IntegrationTest)
7171
.settings(Defaults.itSettings)

0 commit comments

Comments
 (0)