From 3383fdc23f1b247f869baa7b1bc8142b57a9fbc2 Mon Sep 17 00:00:00 2001 From: denis554 Date: Tue, 22 May 2018 21:13:18 +0930 Subject: [PATCH] Update sbt-whitesource to 0.1.11 (#1359) This updates the upstream Whitesource agent version transitively, which changes a problematic dependency of its own that was not available from Maven Central. https://github.com/lightbend/sbt-whitesource/pull/37 https://github.com/whitesource/agents/commit/322de017f39abb86093c0564f6d2b0e65ad55984 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 218be990..c64c4188 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,4 +22,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.13") addSbtPlugin("com.eed3si9n" % "sbt-doge" % "0.1.5") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2") -addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.10") +addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.11")