Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ libraryDependencies ++= Seq(
"com.asual.lesscss" % "lesscss-engine" % "1.1.5",
"org.yaml" % "snakeyaml" % "1.10",
"org.jsoup" % "jsoup" % "1.6.3"
// "org.imgscalr" % "imgscalr-lib" % "4.2"
)

resolvers ++= Seq(
Expand All @@ -37,10 +36,6 @@ mainClass in (Compile, run) := Some("nl.flotsam.monkeyman.Monkeyman")

mainClass in (Compile, packageBin) := Some("nl.flotsam.monkeyman.Monkeyman")

//seq(ProguardPlugin.proguardSettings :_*)
//
//proguardOptions ++= List(keepMain("nl.flotsam.monkeyman.Monkeyman"), "-keepclasseswithmembers class org.pegdown.**", "-keepclasseswithmembers class org.parboiled.**")

seq(assemblySettings: _*)

mainClass in assembly := Some("nl.flotsam.monkeyman.Monkeyman")
Expand Down
1 change: 1 addition & 0 deletions project/assemby.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.10.1")
1 change: 1 addition & 0 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version = 0.13.1
11 changes: 0 additions & 11 deletions project/plugins/build.sbt

This file was deleted.