Skip to content

Commit aff3c8a

Browse files
authored
Merge pull request #602 from typelevel/fix-badge
Fix maven central badge in readme
2 parents 7e93afd + 8bf2f52 commit aff3c8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Mouse ![Continuous Integration](https://github.com/typelevel/mouse/workflows/Continuous%20Integration/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/org.typelevel/mouse_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/mouse_2.12) <a href="https://typelevel.org/cats/"><img src="https://typelevel.org/cats/img/cats-badge.svg" height="40px" align="right" alt="Cats friendly" /></a>
1+
# Mouse ![Continuous Integration](https://github.com/typelevel/mouse/workflows/Continuous%20Integration/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/org.typelevel/mouse_2.13)](https://central.sonatype.com/artifact/org.typelevel/mouse_2.13) <a href="https://typelevel.org/cats/"><img src="https://typelevel.org/cats/img/cats-badge.svg" height="40px" align="right" alt="Cats friendly" /></a>
22

33
Mouse is a small companion to the [Cats](https://github.com/typelevel/cats) functional programming library and the Scala standard library.
44

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mouse
22

3-
![Continuous Integration](https://github.com/typelevel/mouse/workflows/Continuous%20Integration/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/org.typelevel/mouse_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/mouse_2.12)
3+
![Continuous Integration](https://github.com/typelevel/mouse/workflows/Continuous%20Integration/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/org.typelevel/mouse_2.13)](https://central.sonatype.com/artifact/org.typelevel/mouse_2.13)
44

55
Mouse is a small companion to the [Cats] functional programming library and the Scala standard library.
66

@@ -118,4 +118,4 @@ This project supports the [Scala code of conduct] and aims that its channels
118118
[@danicheg]: https://github.com/danicheg
119119
[Typelevel member]: http://typelevel.org/projects/
120120
[contributing-guide]: ../contributing-guide/
121-
[Scala code of conduct]: https://www.scala-lang.org/conduct/
121+
[Scala code of conduct]: https://www.scala-lang.org/conduct/

0 commit comments

Comments
 (0)