2016-01-12 13:45:18 +01:00
|
|
|
import akka._
|
|
|
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
|
|
|
|
|
|
AkkaBuild.defaultSettings
|
2016-01-18 18:16:30 +02:00
|
|
|
AkkaBuild.experimentalSettings
|
2016-01-12 13:45:18 +01:00
|
|
|
Formatting.formatSettings
|
|
|
|
|
OSGi.httpJackson
|
|
|
|
|
Dependencies.httpJackson
|
|
|
|
|
MimaKeys.previousArtifacts := akkaStreamAndHttpPreviousArtifacts("akka-http-jackson").value
|
2016-01-20 13:18:56 +02:00
|
|
|
|
|
|
|
|
enablePlugins(ScaladocNoVerificationOfDiagrams)
|