Skip to content

Commit

Permalink
Add sbt plugin for packaging binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Linyxus committed May 6, 2021
1 parent 71ab4ac commit dd370dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ lazy val root = project
"com.github.scopt" %% "scopt" % "4.0.1",
)
)

enablePlugins(JavaAppPackaging)
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")

0 comments on commit dd370dc

Please sign in to comment.