codingteam / horta-hell

Configurable XMPP bot written in Scala based on the Akka framework.
MIT License
15 stars 8 forks source link

Fix problems with SBT Assembly plugin #391

Closed ForNeVeR closed 8 years ago

ForNeVeR commented 8 years ago

This PR does two things.

  1. It calls sbt assembly as a part of our build on Travis so we could notice problems such this earlier.
  2. Removes the transitive commons-logging dependency that caused our build to fail.
ttldtor commented 8 years ago

LGTM

ForNeVeR commented 8 years ago

Thanks!