Skip to content

Commit

Permalink
Add workaround for lightbend-labs/mima#422
Browse files Browse the repository at this point in the history
  • Loading branch information
aeons committed Oct 24, 2019
1 parent 95c111e commit 3849740
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3849740

Please sign in to comment.