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 c7ada7f commit 16bbbcfCopy full SHA for 16bbbcf
build.sbt
@@ -265,7 +265,7 @@ lazy val `commons-rest-js` = project.in(`commons-rest`.base / "js")
265
.dependsOn(`commons-core-js` % CompileAndTest)
266
.settings(
267
jsCommonSettings,
268
- name := (name in `commons-core`).value,
+ name := (name in `commons-rest`).value,
269
sourceDirsSettings(_.getParentFile),
270
)
271
0 commit comments