pekko/akka-zeromq/build.sbt
Martynas Mickevičius 932f8a9bd7 =pro #16371 enable cross builds
* 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
2014-11-30 15:53:41 +02:00

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