Skip to content

Commit 9c52cf3

Browse files
authored
Merge pull request #59 from armanbilge/fix/root-project
Root project is in root dir
2 parents 0f15436 + 00bff95 commit 9c52cf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ ThisBuild / testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-s", "-v"
121121
// project structure
122122

123123
lazy val root = project
124+
.in(file("."))
124125
.aggregate(core, webworker)
125126
.enablePlugins(NoPublishPlugin)
126127

0 commit comments

Comments
 (0)