* check for binary inc. issues by default * if check is not needed, disable MimaPlugin * determine old artifact id from the current one
8 lines
219 B
Scala
8 lines
219 B
Scala
import akka.{ AkkaBuild, Formatting, OSGi, Dependencies }
|
|
|
|
AkkaBuild.defaultSettings
|
|
Formatting.formatSettings
|
|
OSGi.testkit
|
|
Dependencies.testkit // to fix scaladoc generation
|
|
|
|
initialCommands += "import akka.testkit._"
|