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