addSbtPlugin("org.hammerlab.sbt" % "base" % "5.0.0")
Inherits all plugins in this repo (via parent
), and adds hammerlab-specific configs:
test
-dependency on hammerlab/test-utilsorg.hammerlab.test:::suite:1.0.3
in JS projectsorg.hammerlab.test:::base:1.0.3
in JVM projects- versions configurable like:
hammerlab.test.suite.version := "1.1.0".snapshot hammerlab.test. base.version := "1.1.0".snapshot // subsumes both of the above hammerlab.test.version := "1.1.0".snapshot
- also picks up ScalaTest
3.0.4
fromtest
plugin
- aliases for common
org.hammerlab
deps - sets an Apache 2.0 license and relevant GitHub metadata
This plugin has its own giter8 template:
g8 hammerlab/sbt-base.g8