14 lines
301 B
Scala
14 lines
301 B
Scala
import akka.{AkkaBuild, Dependencies, Formatting, OSGi}
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
Formatting.formatSettings
|
|
|
|
OSGi.remote
|
|
|
|
Dependencies.remote
|
|
|
|
parallelExecution in Test := false
|
|
|
|
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-remote").value
|