12 lines
286 B
Scala
12 lines
286 B
Scala
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi }
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
Formatting.formatSettings
|
|
|
|
// OSGi.persistenceTck TODO: we do need to export this as OSGi bundle too?
|
|
|
|
Dependencies.persistenceTck
|
|
|
|
fork in Test := true
|