From ea5587e8bcf1f211f2019ba6aa9f1d9370dcbdde Mon Sep 17 00:00:00 2001 From: Daniel Esik Date: Sun, 8 Mar 2026 11:21:56 +0300 Subject: [PATCH 1/2] Fix maven central badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e248ef1f..7dd916ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# keypool - A Keyed Pool for Scala [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.typelevel/keypool_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/keypool_2.13) ![Continuous Integration](https://github.com/typelevel/keypool/workflows/Continuous%20Integration/badge.svg) +# keypool - A Keyed Pool for Scala ![Continuous Integration](https://github.com/typelevel/keypool/workflows/Continuous%20Integration/badge.svg) [![Maven Central](https://img.shields.io/maven-central/v/org.typelevel/keypool_2.13)](https://central.sonatype.com/artifact/org.typelevel/keypool_2.13) ## [Head on over to the microsite](https://typelevel.github.io/keypool) From 257c013635642efa937aab3dae9890273a48644a Mon Sep 17 00:00:00 2001 From: Daniel Esik Date: Sun, 8 Mar 2026 11:22:55 +0300 Subject: [PATCH 2/2] Fix maven central badge on microsite --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 0c9f1d14..6f281d2b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # keypool - A Keyed Pool for Scala -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.typelevel/keypool_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/keypool_2.13) +[![Maven Central](https://img.shields.io/maven-central/v/org.typelevel/keypool_2.13)](https://central.sonatype.com/artifact/org.typelevel/keypool_2.13) ## Quick Start