2015-06-08 12:26:19 +02:00
|
|
|
import akka.{ AkkaBuild, Dependencies, Formatting, ScaladocNoVerificationOfDiagrams, OSGi }
|
|
|
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
|
|
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
|
|
|
|
|
|
AkkaBuild.experimentalSettings
|
|
|
|
|
|
|
|
|
|
Formatting.formatSettings
|
|
|
|
|
|
|
|
|
|
OSGi.persistenceQuery
|
|
|
|
|
|
|
|
|
|
Dependencies.persistenceQuery
|
|
|
|
|
|
2015-10-23 09:10:25 +03:00
|
|
|
MimaKeys.previousArtifacts := akkaPreviousArtifacts("akka-persistence-query-experimental").value
|
2015-06-08 12:26:19 +02:00
|
|
|
|
|
|
|
|
enablePlugins(ScaladocNoVerificationOfDiagrams)
|
2015-08-19 11:14:43 +02:00
|
|
|
|
|
|
|
|
fork in Test := true
|