14 lines
No EOL
284 B
Scala
14 lines
No EOL
284 B
Scala
import akka._
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
Formatting.formatSettings
|
|
|
|
OSGi.httpCore
|
|
|
|
Dependencies.httpCore
|
|
|
|
MimaKeys.previousArtifacts := akkaStreamAndHttpPreviousArtifacts("akka-http-core").value
|
|
|
|
disablePlugins(Unidoc) // TODO remove me |