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