From 436c5abe0f0c3e1c5fc7f43332060897013f841e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Gawry=C5=9B?= Date: Sat, 18 Apr 2020 11:53:13 +0200 Subject: [PATCH] Update plugins.sbt --- project/plugins.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9ea6ac50..a6419ee9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,8 +1,7 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.2") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4") \ No newline at end of file +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4")