sbt/sbt-houserules

Name: sbt-houserules

Owner: sbt

Description: House rules for sbt modules.

Created: 2015-02-15 01:13:30.0

Updated: 2018-05-17 06:42:33.0

Pushed: 2018-04-07 20:05:41.0

Homepage: null

Size: 51

Language: Scala

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

sbt-houserules

sbt-houserules is a house rules plugin for sbt modules.

setup

See https://github.com/sbt/sbt-houserules/releases for the latest version number.

btPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.5")
what each build needs to supply
rt com.typesafe.tools.mima.core._, ProblemFilters._

isBuild(Seq(
t.baseVersion := "0.1.0",
ntrayPackage := "io",
mInfo := Some(ScmInfo(url("https://github.com/sbt/io"), "git@github.com:sbt/io.git")),
scription := "IO module for sbt",
eviousArtifact := Some(organization.value %% moduleName.value % "1.0.0"),
naryIssueFilters ++= Seq(



This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.