11 lines
298 B
Text
11 lines
298 B
Text
|
|
import akka._
|
||
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
||
|
|
import spray.boilerplate.BoilerplatePlugin._
|
||
|
|
|
||
|
|
AkkaBuild.defaultSettings
|
||
|
|
Formatting.formatSettings
|
||
|
|
OSGi.stream
|
||
|
|
Dependencies.stream
|
||
|
|
MimaKeys.previousArtifacts := akkaStreamAndHttpPreviousArtifacts("akka-stream").value
|
||
|
|
Boilerplate.settings
|