From e4c1d7b1baff211ca6c4c07d4da3eb52ca960a77 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 6 Nov 2019 19:15:02 +0100 Subject: [PATCH] Drop sbt-updates altogether versus update to 0.4.3 (#27904) Drop sbt-updates altogether --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9da596ca9c..849fb03d03 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -19,7 +19,6 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.1") addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1") -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.2") addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.26") addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.17") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0") // for maintenance of copyright file header