Skip to content

Commit

Permalink
collaborative updates from the HMDA Dev team to resolve CVEs and plat…
Browse files Browse the repository at this point in the history
…form bugs
  • Loading branch information
PatrickGoRaft committed Dec 6, 2024
1 parent a6f2abc commit 9da5f0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ lazy val `hmda-platform` = (project in file("hmda"))
.settings(hmdaBuildSettings: _*)
.settings(
Seq(
libraryDependencies ++= List(guava, zeroAllocationHashing), Compile / mainClass := Some("hmda.HmdaPlatform"),
libraryDependencies ++= List(guava, zeroAllocationHashing),
Compile / mainClass := Some("hmda.HmdaPlatform"),
assembly / assemblyJarName := "hmda2.jar",
assembly / assemblyMergeStrategy := {
case "application.conf" => MergeStrategy.concat
Expand Down

0 comments on commit 9da5f0f

Please sign in to comment.