2015-05-21 09:48:49 +03:00
|
|
|
import akka.{ AkkaBuild, Formatting, OSGi, Dependencies }
|
2014-05-12 16:19:29 +02:00
|
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
|
|
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
|
|
|
|
|
|
Formatting.formatSettings
|
|
|
|
|
|
|
|
|
|
OSGi.testkit
|
|
|
|
|
|
|
|
|
|
// to fix scaladoc generation
|
2015-05-21 21:07:37 +02:00
|
|
|
Dependencies.testkit
|
2014-05-12 16:19:29 +02:00
|
|
|
|
|
|
|
|
initialCommands += "import akka.testkit._"
|
|
|
|
|
|
2015-10-23 09:10:25 +03:00
|
|
|
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-testkit").value
|