Skip to content

johanandren/sbt-akka-version-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

sbt plugin to detect Akka module mismatches and fail build

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages