To use Silex in your own projects, add the following resolver to your build.sbt:
build.sbt
resolvers += "Will's bintray" at "https://dl.bintray.com/willb/maven/"
and then add Silex as a dependency:
libraryDependencies += "io.radanalytics" %% "silex" % "0.2.2"