From 9da5f0f3e343de73db5eee481f44f49fc47b713d Mon Sep 17 00:00:00 2001 From: PatrickGoRaft <pasata@teamraft.com> Date: Thu, 5 Dec 2024 19:30:07 -0500 Subject: [PATCH] collaborative updates from the HMDA Dev team to resolve CVEs and platform bugs --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a17f67396c..5aed80607f 100644 --- a/build.sbt +++ b/build.sbt @@ -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