diff --git a/build.sbt b/build.sbt index 212bddad15..b80d279aca 100644 --- a/build.sbt +++ b/build.sbt @@ -60,6 +60,10 @@ libraryDependencies in ThisBuild ++= { case _ => compilerPlugin(macroParadise) :: Nil } } +dependencyOverrides in ThisBuild ++= Seq( + "org.locationtech.spatial4j" % "spatial4j" % "0.6", + "org.elasticsearch.client" % "elasticsearch-rest-client" % "6.7.2" +) PlayKeys.includeDocumentationInBinary := false milestoneFilter := ((milestone: Milestone) => milestone.title.startsWith("4")) @@ -311,10 +315,6 @@ lazy val thehiveMigration = (project in file("migration")) scopt, specs % Test ), - dependencyOverrides ++= Seq( - "org.locationtech.spatial4j" % "spatial4j" % "0.6", - "org.elasticsearch.client" % "elasticsearch-rest-client" % "6.7.2" - ), fork := true, normalizedName := "migrate", mainClass := None