diff options
| author | Jack Koenig | 2020-12-17 14:22:39 -0800 |
|---|---|---|
| committer | GitHub | 2020-12-17 14:22:39 -0800 |
| commit | a600a95bb97c248a7211df5497e113337b478fa0 (patch) | |
| tree | 569e1edd017a690044c09a09f6f05df24696f402 /project/plugins.sbt | |
| parent | eae69e95b9b92118ae33c6b023fbfaab026dc45c (diff) | |
Automate publishing of SNAPSHOTS with sbt-ci-release (#1706)
Diffstat (limited to 'project/plugins.sbt')
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index e57c53b2..5c73d56e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,5 +22,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-sriracha" % "0.1.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1") +addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5") + // From FIRRTL for building from source addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.19") |
