Skip to content

Commit 54dccf2

Browse files
committed
fix missing dependencies
1 parent f6fc4a9 commit 54dccf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ def bridgeProject(esVersion: String, ss: Def.SettingsDefinition*): Project = {
157157
elasticSearchVersion := esVersion,
158158
organization := "app.softnetwork.elastic",
159159
name := projectId,
160+
libraryDependencies ++= elasticDependencies(elasticSearchVersion.value) ++
161+
elastic4sDependencies(elasticSearchVersion.value),
160162
Compile / compile := (Compile / compile).dependsOn(copyBridge(esVersion)).value
161163
)
162164
.settings(ss: _*)

0 commit comments

Comments
 (0)