Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down