We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f2b83 commit 06a2819Copy full SHA for 06a2819
build.sbt
@@ -30,6 +30,9 @@ scalacOptions ++= Seq(
30
assemblyJarName in assembly :=
31
s"${name.value}_${scalaBinaryVersion.value}-${version.value}.jar"
32
33
+assemblyOption in assembly :=
34
+ (assemblyOption in assembly).value.copy(includeScala = false)
35
+
36
mappings in (Compile, packageBin) ++= Seq(
37
(baseDirectory.value / "README.md") -> "README.md",
38
(baseDirectory.value / "LICENSE.md") -> "LICENSE.md")
0 commit comments