* changed zeromq-scala-binding library * modified build-release task to include distributions from cross builds * removed tar-zip step from release script, because tgz package is not used from the website * release script now releases for all crossScalaVersions * dry run is the default now
16 lines
322 B
Scala
16 lines
322 B
Scala
import akka.{ AkkaBuild, Dependencies, Formatting, OSGi, Unidoc }
|
|
import com.typesafe.tools.mima.plugin.MimaKeys
|
|
|
|
AkkaBuild.defaultSettings
|
|
|
|
Formatting.formatSettings
|
|
|
|
Unidoc.scaladocSettings
|
|
|
|
Unidoc.javadocSettings
|
|
|
|
OSGi.zeroMQ
|
|
|
|
Dependencies.zeroMQ
|
|
|
|
MimaKeys.previousArtifact := akkaPreviousArtifact("akka-zeromq").value
|