Is there a simple way to specify a global dependency exclude in SBT
excludeDependencies += “org.slf4j” % “slf4j-jdk14”
excludeDependencies += “org.slf4j” % “slf4j-jdk14”
I personally started with spray a long time ago and tried everything else there was out there for Scala. While Scala, spray, akka, shapeless, and scalaz certainly have a bit of a learning curve, once you start digging in and really learning how you are supposed to use the technologies, they make sense and I … Read more