12 lines
225 B
Scala
12 lines
225 B
Scala
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi }
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
Formatting.formatSettings
|
|
|
|
OSGi.osgi
|
|
|
|
Dependencies.osgi
|
|
|
|
parallelExecution in Test := false
|