From 8fb5e86dba352751cd0207d8ea247e94a00d3d53 Mon Sep 17 00:00:00 2001 From: Nadav Samet Date: Thu, 24 Oct 2019 18:45:13 -0700 Subject: [PATCH] Workaround for https://github.com/lightbend/mima/issues/422 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 66c9cfbf8..fadf7987b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -32,7 +32,7 @@ addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.7") addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.25") -For https://github.com/lightbend/mima/issues/422 +// For https://github.com/lightbend/mima/issues/422 resolvers += Resolver.url( "typesafe sbt-plugins", url("https://dl.bintray.com/typesafe/sbt-plugins")