We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d2de5 commit 518042eCopy full SHA for 518042e
project/plugins.sbt
@@ -1,3 +1,6 @@
1
+// https://github.com/lightbend/mima/issues/422
2
+resolvers += sbt.Resolver.bintrayIvyRepo("typesafe", "sbt-plugins")
3
+
4
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
5
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2")
6
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10")
@@ -16,4 +19,4 @@ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
16
19
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")
17
20
18
21
// binary compatibility checks
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")
22
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")
0 commit comments