Skip to content

Commit

Permalink
#57 some rough docs/notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyweston committed Apr 20, 2018
1 parent e5912af commit 1d012b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proguard.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ proguardOptions in Proguard ++= Seq(
"-keep class bad.robot.** { *; }",
"-keep class org.apache.logging.** { *; }",
"-keep class org.slf4j.** { *; }",
"-keep class scala.collection.** { *; }", // the TreiMap (MapLike) will disappear without this
"-keep class scala.collection.** { *; }", // the TrieMap (MapLike) will disappear without this
"-keep class org.http4s.** { *; }", // no connections/logs show up without this
// "-keep class cats.** { *; }",
// "-keep class shapeless.** { *; }",
Expand Down

0 comments on commit 1d012b7

Please sign in to comment.