Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Dropwizard Metrics reporter for Cassandra 2.1/2.0/1.2
Dropwizard Metrics reporter for Cassandra 3.x
=================
[![Build Status](https://travis-ci.org/brndnmtthws/metrics-cassandra.svg?branch=master)](https://travis-ci.org/brndnmtthws/metrics-cassandra)

Expand All @@ -18,7 +18,7 @@ This is a Cassandra reporter for the ~~Codahale~~ Dropwizard Metrics library (ht
<dependency>
<groupId>org.clojars.brenden</groupId>
<artifactId>metrics-cassandra</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>
</dependencies>
```
Expand Down