From 38497402432d752d8610d0602ab34b92034e0d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Madsen?= Date: Thu, 24 Oct 2019 11:13:36 +0200 Subject: [PATCH] Add workaround for lightbend/mima#422 --- build.sbt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sbt b/build.sbt index 55391aaa2..db15380d2 100644 --- a/build.sbt +++ b/build.sbt @@ -34,6 +34,10 @@ lazy val commonSettings = Seq( } } }, +// Workaround for https://github.com/lightbend/mima/issues/422 + resolvers += Resolver.url( + "typesafe sbt-plugins", + url("https://dl.bintray.com/typesafe/sbt-plugins"))(Resolver.ivyStylePatterns) ) /* Projects */