* remove settings duplication between AkkaBuild and project specific .sbt files * do not publish test projects * run akka-http-core tests * fix lambda sample project versions * remove obsolete projects (streamAndHttp, httpParent, docsDev) * exclude parsing project from unidoc * update to the latest sbt
9 lines
267 B
Scala
9 lines
267 B
Scala
import akka._
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
AkkaBuild.defaultSettings
|
|
AkkaBuild.experimentalSettings
|
|
Formatting.formatSettings
|
|
OSGi.httpXml
|
|
Dependencies.httpXml
|
|
MimaKeys.previousArtifacts := akkaStreamAndHttpPreviousArtifacts("akka-http-xml").value
|