From fb4133cd76600cc8707e9a7b2f639cf120bd825c Mon Sep 17 00:00:00 2001 From: Leway Colin Date: Wed, 19 Jun 2019 05:22:47 +0800 Subject: Use scalafix to remove unused import and deprecated procedure syntax (#1074) * Add sbt-scalafix * Add scalafix guide to README * Remove Unused Import * Remove deprecated procedure syntax --- project/plugins.sbt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project') diff --git a/project/plugins.sbt b/project/plugins.sbt index 6baf83c6..84509572 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,4 +20,6 @@ addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.1") addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.3") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.4") + libraryDependencies += "com.github.os72" % "protoc-jar" % "3.5.1.1" -- cgit v1.2.3