pekko/akka-agent/build.sbt
Martynas Mickevičius 50f99328fe #18765 Update to latest MiMa which is now an AutoPlugin.
* check for binary inc. issues by default
* if check is not needed, disable MimaPlugin
* determine old artifact id from the current one
2016-03-10 10:45:35 +02:00

8 lines
224 B
Scala

import akka.{ AkkaBuild, Dependencies, Formatting, OSGi, ScaladocNoVerificationOfDiagrams }
AkkaBuild.defaultSettings
Formatting.formatSettings
OSGi.agent
Dependencies.agent
enablePlugins(ScaladocNoVerificationOfDiagrams)