* check for binary inc. issues by default * if check is not needed, disable MimaPlugin * determine old artifact id from the current one
8 lines
162 B
Scala
8 lines
162 B
Scala
import akka._
|
|
|
|
AkkaBuild.defaultSettings
|
|
Formatting.formatSettings
|
|
OSGi.httpTestkit
|
|
Dependencies.httpTestkit
|
|
|
|
scalacOptions in Compile += "-language:postfixOps"
|