Skip to content

Latest commit

 

History

History

base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

org.hammerlab.sbt:base

org.hammerlab.sbt:base

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-utils
    • org.hammerlab.test:::suite:1.0.3 in JS projects
    • org.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 from test 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