From e9abea59294e4f46c97627040db47d05c36e2272 Mon Sep 17 00:00:00 2001 From: Yichen Xu Date: Tue, 21 Apr 2026 17:12:14 +0200 Subject: [PATCH] Publish fat jar for the library --- build.sbt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f649eaa2..7474061d 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,9 @@ lazy val lib = project case x => val oldStrategy = (assembly / assemblyMergeStrategy).value oldStrategy(x) - } + }, + // Publish the assembled fat jar for the library + Compile / packageBin := (Compile / assembly).value ) lazy val root = project