2016-01-12 13:45:18 +01:00
|
|
|
import akka._
|
|
|
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
|
|
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
|
Formatting.formatSettings
|
|
|
|
|
OSGi.httpTestkit
|
|
|
|
|
Dependencies.httpTestkit
|
|
|
|
|
MimaKeys.previousArtifacts := akkaStreamAndHttpPreviousArtifacts("akka-http-testkit").value
|
2016-01-18 18:16:30 +02:00
|
|
|
|
|
|
|
|
scalacOptions in Compile += "-language:postfixOps"
|