Skip to content

Commit d089c91

Browse files
committed
Attempt at fixing up build.sbt again
1 parent ae63f38 commit d089c91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ lazy val lambdaHttp4s = crossProject(JSPlatform, JVMPlatform)
147147
)
148148
)
149149
.settings(commonSettings)
150-
.dependsOn(lambda)
150+
.dependsOn(lambda % "compile->compile;test->test")
151151

152152
lazy val cloudflareWorker = project
153153
.in(file("cloudflare-worker"))
@@ -164,7 +164,6 @@ lazy val cloudflareWorker = project
164164
).dependsOn(core.js)
165165

166166
.settings(commonSettings)
167-
.dependsOn(sbtLambda)
168167

169168
lazy val lambdaCloudFormationCustomResource = crossProject(JSPlatform, JVMPlatform)
170169
.crossType(CrossType.Pure)

0 commit comments

Comments
 (0)