diff options
| author | Jack Koenig | 2018-02-12 17:58:48 -0800 |
|---|---|---|
| committer | GitHub | 2018-02-12 17:58:48 -0800 |
| commit | e9578bca5ea7368bbc484fdd83e13fcaf4138e1f (patch) | |
| tree | b217957aa0b1defda7c700af568b34373867d1ca /project/plugins.sbt | |
| parent | 1dc139a9e72c99300cc56940ce6a77a5ac8ac83f (diff) | |
Bump sbt to 1.1.1 and bump plugins (#739)
Also move all plugins to project/plugins.sbt
Diffstat (limited to 'project/plugins.sbt')
| -rw-r--r-- | project/plugins.sbt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 362943d7..40490350 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,3 +15,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") + +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6") + +addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.1") |
