We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae63f38 commit d089c91Copy full SHA for d089c91
build.sbt
@@ -147,7 +147,7 @@ lazy val lambdaHttp4s = crossProject(JSPlatform, JVMPlatform)
147
)
148
149
.settings(commonSettings)
150
- .dependsOn(lambda)
+ .dependsOn(lambda % "compile->compile;test->test")
151
152
lazy val cloudflareWorker = project
153
.in(file("cloudflare-worker"))
@@ -164,7 +164,6 @@ lazy val cloudflareWorker = project
164
).dependsOn(core.js)
165
166
167
- .dependsOn(sbtLambda)
168
169
lazy val lambdaCloudFormationCustomResource = crossProject(JSPlatform, JVMPlatform)
170
.crossType(CrossType.Pure)
0 commit comments