From 6bf36c25172ab6aeaa5a0760bb00e24645194a97 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 8 Nov 2019 21:09:27 +0100 Subject: [PATCH] Update sbt-whitesource to 0.1.18 (#28028) * Update sbt-whitesource to 0.1.18 * Update sbt-whitesource to 0.1.18 * Update sbt-whitesource to 0.1.18 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9e4a8dcc40..437b2b65d4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,7 +20,7 @@ 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.lightbend.akka" % "sbt-paradox-akka" % "0.26") -addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.17") +addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.18") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.3.0") // for maintenance of copyright file header addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")