Skip to content

Commit

Permalink
Merge pull request #30 from mdedetrich/replace-bintray-badges-with-ma…
Browse files Browse the repository at this point in the history
…ven-github-actions

Replace Bintray/Travis badges with Maven/Github actions
  • Loading branch information
raboof authored Apr 13, 2022
2 parents 867db86 + 1c97f21 commit d4e051f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sbt-paradox-dependencies [![bintray-badge][]][bintray] [![travis-badge][]][travis]
# sbt-paradox-dependencies [![maven-central-badge][]][maven-central][![github-actions-badge][]][github-actions]

A [Paradox](https://github.com/lightbend/paradox/) directive to show module's transitive dependencies in the Paradox generated documentation.

Expand Down Expand Up @@ -31,8 +31,8 @@ The license is Apache 2.0, see LICENSE.

Feel free to ping contributors for code review or discussions. Pull requests are very welcome–thanks in advance!

[bintray]: https://bintray.com/sbt/sbt-plugin-releases/sbt-paradox-dependencies
[bintray-badge]: https://api.bintray.com/packages/sbt/sbt-plugin-releases/sbt-paradox-dependencies/images/download.svg
[travis]: https://travis-ci.com/lightbend/sbt-paradox-dependencies
[travis-badge]: https://travis-ci.com/lightbend/sbt-paradox-dependencies.svg?branch=master
[maven-central]: https://maven-badges.herokuapp.com/maven-central/com.lightbend.paradox/sbt-paradox-dependencies
[maven-central-badge]: https://maven-badges.herokuapp.com/maven-central/com.lightbend.paradox/sbt-paradox-dependencies/badge.svg
[github-actions]: https://github.com/lightbend/sbt-paradox-dependencies/actions/workflows/ci.yml?query=branch%3Amaster
[github-actions-badge]: https://github.com/lightbend/sbt-paradox-dependencies/actions/workflows/ci.yml/badge.svg?branch=master

0 comments on commit d4e051f

Please sign in to comment.