johanandren / sbt-akka-version-check   0.2

Apache License 2.0 GitHub

sbt plugin to detect Akka module mismatches and fail build

Scala versions: 2.12
sbt plugins: 1.0

sbt-akka-version-check

A plugin that verifies Akka module versions of a project

Usage

This plugin requires sbt 1.0.0+

Add the plugin to your project, for example in project/plugins.sbt:

addSbtPlugin("com.markatta" % "sbt-akka-version-check" % "0.2")

Trigger the version check through the checkAkkaModuleVersions task. The check will fail the build if there are problems with version conflicts in the Akka modules used in the project.

The task can be useful to put in your PR validation on a CI-server to detect if changes accidentally introduce transitive Akka module dependencies of mismatched versions.

Testing

Run test for regular unit tests.

Run scripted for sbt script tests.

Publishing

sbt publish