Skip to content

Commit

Permalink
Remove enablePlugins(JavaAppPackaging)
Browse files Browse the repository at this point in the history
  • Loading branch information
d10xa committed Jan 9, 2021
1 parent 7bd6d54 commit 6032e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Expand Up @@ -37,7 +37,6 @@ lazy val root = project
addCompilerPlugin(
("org.typelevel" %% "kind-projector" % "0.11.2").cross(CrossVersion.full)
)
enablePlugins(JavaAppPackaging)

libraryDependencies ++= Seq(
"com.github.scopt" %% "scopt" % "4.0.0",
Expand Down

0 comments on commit 6032e2e

Please sign in to comment.