diff --git a/build.sbt b/build.sbt index cf3c091..f46e8f5 100644 --- a/build.sbt +++ b/build.sbt @@ -13,3 +13,5 @@ lazy val root = project "com.github.scopt" %% "scopt" % "4.0.1", ) ) + +enablePlugins(JavaAppPackaging) diff --git a/project/plugins.sbt b/project/plugins.sbt index b6f5106..7f59734 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1,3 @@ addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3") + +addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")