Skip to content

Commit 1a1c1fa

Browse files
Update CI and javadoc badges
1 parent 3d091ae commit 1a1c1fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
*Zero-dependency Java API for coursier*
44

5-
[![Build Status](https://travis-ci.org/coursier/interface.svg?branch=master)](https://travis-ci.org/coursier/interface)
5+
[![CI](https://github.com/coursier/interface/actions/workflows/ci.yml/badge.svg)](https://github.com/coursier/interface/actions/workflows/ci.yml)
66
[![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)
77
[![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)
8-
[![Scaladoc](https://javadoc-badge.appspot.com/io.get-coursier/interface.svg?label=scaladoc)](https://javadoc-badge.appspot.com/io.get-coursier/interface)
8+
[![javadoc](https://javadoc.io/badge2/io.get-coursier/interface/javadoc.svg)](https://javadoc.io/doc/io.get-coursier/interface)
99

1010
*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.
1111

0 commit comments

Comments
 (0)