10 lines
268 B
Scala
10 lines
268 B
Scala
import akka.{ AkkaBuild, Dependencies, Formatting, ScaladocNoVerificationOfDiagrams, OSGi }
|
|
|
|
AkkaBuild.defaultSettings
|
|
Formatting.formatSettings
|
|
OSGi.persistenceQuery
|
|
Dependencies.persistenceQuery
|
|
|
|
fork in Test := true
|
|
|
|
enablePlugins(ScaladocNoVerificationOfDiagrams)
|