2015-05-21 09:48:49 +03:00
|
|
|
import akka.{ AkkaBuild, Formatting, OSGi, Dependencies }
|
2014-05-12 16:19:29 +02:00
|
|
|
|
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
|
Formatting.formatSettings
|
|
|
|
|
OSGi.testkit
|
2016-03-10 10:45:35 +02:00
|
|
|
Dependencies.testkit // to fix scaladoc generation
|
2014-05-12 16:19:29 +02:00
|
|
|
|
|
|
|
|
initialCommands += "import akka.testkit._"
|