Skip to content

Commit

Permalink
Add Sonatype Releases badge. (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaka takaya authored and ghostdogpr committed Oct 16, 2019
1 parent 3fb52ce commit ed46749
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Interop Cats Effect

[![CircleCI][ci-badge]][ci-url]
[![Release Artifacts][Badge-SonatypeReleases]][Link-SonatypeReleases]

This library provides instances required by Cats Effect.

Expand Down Expand Up @@ -46,3 +47,5 @@ val allUsers: List[User] = unsafeRun(loadUsers.compile.toList)

[ci-badge]: https://circleci.com/gh/zio/interop-cats/tree/master.svg?style=svg
[ci-url]: https://circleci.com/gh/zio/interop-cats/tree/master
[Link-SonatypeReleases]: https://oss.sonatype.org/content/repositories/releases/dev/zio/zio-interop-cats_2.12/
[Badge-SonatypeReleases]: https://img.shields.io/nexus/r/https/oss.sonatype.org/dev.zio/zio-interop-cats_2.12.svg

0 comments on commit ed46749

Please sign in to comment.