* remove inter-project dependencies between streamTestkit -> peristence -> remote * make PartitionOutOfBoundsException extend IndexOutOfBoundsException * some weird formatting * remove -experimental from HTTP Testkit/Tests * split out shared LevelDb journal tests into new subproject (not to be published)
10 lines
301 B
Scala
10 lines
301 B
Scala
import akka._
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
AkkaBuild.defaultSettings
|
|
Formatting.formatSettings
|
|
OSGi.httpTestkit
|
|
Dependencies.httpTestkit
|
|
MimaKeys.previousArtifacts := akkaStreamAndHttpPreviousArtifacts("akka-http-testkit").value
|
|
|
|
scalacOptions in Compile += "-language:postfixOps"
|