Skip to content

Commit

Permalink
Merge pull request delta-io#1 from delta-io/master
Browse files Browse the repository at this point in the history
[SC-24892] Add typesafe bintray repo for sbt-mima-plugin
  • Loading branch information
JassAbidi committed Oct 23, 2019
2 parents 6c71422 + 8c4fe42 commit 37174b3
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 37174b3

Please sign in to comment.