* check for binary inc. issues by default * if check is not needed, disable MimaPlugin * determine old artifact id from the current one
10 lines
178 B
Scala
10 lines
178 B
Scala
import akka._
|
|
|
|
AkkaBuild.defaultSettings
|
|
AkkaBuild.dontPublishSettings
|
|
Formatting.formatSettings
|
|
Dependencies.persistenceShared
|
|
|
|
fork in Test := true
|
|
|
|
disablePlugins(MimaPlugin)
|