* 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)
8 lines
150 B
Scala
8 lines
150 B
Scala
import akka._
|
|
|
|
AkkaBuild.defaultSettings
|
|
AkkaBuild.dontPublishSettings
|
|
Formatting.formatSettings
|
|
Dependencies.persistenceShared
|
|
|
|
fork in Test := true
|