* check for binary inc. issues by default * if check is not needed, disable MimaPlugin * determine old artifact id from the current one
7 lines
208 B
Scala
7 lines
208 B
Scala
import akka.{ AkkaBuild, Dependencies, Formatting, ScaladocNoVerificationOfDiagrams }
|
|
|
|
AkkaBuild.defaultSettings
|
|
Formatting.formatSettings
|
|
Dependencies.kernel
|
|
|
|
enablePlugins(ScaladocNoVerificationOfDiagrams)
|