Skip to content

Commit 518042e

Browse files
littleRoundaermuuki88
authored andcommitted
Add a workaround for lightbend-labs/mima#422 (#1271)
* Add a workaround for lightbend-labs/mima#422 * Simplify the resolver value
1 parent 78d2de5 commit 518042e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

project/plugins.sbt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// https://github.com/lightbend/mima/issues/422
2+
resolvers += sbt.Resolver.bintrayIvyRepo("typesafe", "sbt-plugins")
3+
14
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
25
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2")
36
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10")
@@ -16,4 +19,4 @@ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
1619
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")
1720

1821
// binary compatibility checks
19-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")
22+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")

0 commit comments

Comments
 (0)