* check for binary inc. issues by default * if check is not needed, disable MimaPlugin * determine old artifact id from the current one
9 lines
226 B
Scala
9 lines
226 B
Scala
import akka.{ AkkaBuild, Formatting, OSGi, Dependencies, Version }
|
|
|
|
AkkaBuild.defaultSettings
|
|
Formatting.formatSettings
|
|
OSGi.actor
|
|
Dependencies.actor
|
|
Version.versionSettings
|
|
|
|
enablePlugins(spray.boilerplate.BoilerplatePlugin)
|