Skip to content

Commit

Permalink
[SC-24892] Add typesafe bintray repo for sbt-mima-plugin
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?
Adding the `typesafe` bintray repo for `sbt-mima-plugin` since the old `sbt-mima-plugin` was removed.

## How was this patch tested?
Run the usual tests

Closes #6744 from rahulsmahadev/mimaFix.

Lead-authored-by: Rahul Mahadev <rahul.mahadev@databricks.com>
Co-authored-by: Shixiong Zhu <zsxwing@gmail.com>
Signed-off-by: Rahul Mahadev <rahul.mahadev@databricks.com>
GitOrigin-RevId: 9cbdca25128b010f488b880a9cf7f39db89f3b2c
  • Loading branch information
rahulsmahadev and zsxwing committed Oct 23, 2019
1 parent 6c71422 commit 8c4fe42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/sbt-config/repositories
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
typesafe-ivy-releases: https://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
sbt-ivy-snapshots: https://repo.scala-sbt.org/scalasbt/ivy-snapshots/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
sbt-plugin-releases: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
bintray-typesafe-sbt-plugin-releases: https://dl.bintray.com/typesafe/sbt-plugins/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
bintray-spark-packages: https://dl.bintray.com/spark-packages/maven/
typesafe-releases: http://repo.typesafe.com/typesafe/releases/
3 changes: 3 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")

addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.13")

resolvers += Resolver.url("typesafe sbt-plugins",
url("https://dl.bintray.com/typesafe/sbt-plugins"))(Resolver.ivyStylePatterns)

0 comments on commit 8c4fe42

Please sign in to comment.