Skip to content

Commit

Permalink
Update CI and javadoc badges
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Nov 11, 2024
1 parent 3d091ae commit 1a1c1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

*Zero-dependency Java API for coursier*

[![Build Status](https://travis-ci.org/coursier/interface.svg?branch=master)](https://travis-ci.org/coursier/interface)
[![CI](https://github.com/coursier/interface/actions/workflows/ci.yml/badge.svg)](https://github.com/coursier/interface/actions/workflows/ci.yml)
[![Join the chat at https://gitter.im/coursier/coursier](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/coursier/coursier?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Maven Central](https://img.shields.io/maven-central/v/io.get-coursier/interface.svg)](https://maven-badges.herokuapp.com/maven-central/io.get-coursier/interface)
[![Scaladoc](https://javadoc-badge.appspot.com/io.get-coursier/interface.svg?label=scaladoc)](https://javadoc-badge.appspot.com/io.get-coursier/interface)
[![javadoc](https://javadoc.io/badge2/io.get-coursier/interface/javadoc.svg)](https://javadoc.io/doc/io.get-coursier/interface)

*coursier-interface* is a zero-dependency Java library, exposing some of the features of the [API of coursier](https://get-coursier.io/docs/api). *coursier-interface* shades coursier, along with all its dependencies, so that it doesn't have any public dependency, and can be safely used along with other Scala or coursier versions.

Expand Down

0 comments on commit 1a1c1fa

Please sign in to comment.