From e9578bca5ea7368bbc484fdd83e13fcaf4138e1f Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Mon, 12 Feb 2018 17:58:48 -0800 Subject: Bump sbt to 1.1.1 and bump plugins (#739) Also move all plugins to project/plugins.sbt--- project/plugins.sbt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'project/plugins.sbt') 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") -- cgit v1.2.3