Skip to content

Commit

Permalink
Bump version + begin support of Cassandra 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain GÉRARD committed Jul 9, 2019
1 parent 3a001d2 commit 443cc7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.criteo.nosql'
version '2.2.1'
version '2.3.0'

apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'
Expand Down Expand Up @@ -27,9 +27,9 @@ dependencies {
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.8.8'

// Prometheus
compile group: 'io.prometheus', name: 'simpleclient', version: '0.5.0'
compile group: 'io.prometheus', name: 'simpleclient_common', version: '0.5.0'
compile group: 'io.prometheus', name: 'simpleclient_httpserver', version: '0.5.0'
compile group: 'io.prometheus', name: 'simpleclient', version: '0.6.0'
compile group: 'io.prometheus', name: 'simpleclient_common', version: '0.6.0'
compile group: 'io.prometheus', name: 'simpleclient_httpserver', version: '0.6.0'
}

// If you don't use the uber jar
Expand Down

0 comments on commit 443cc7a

Please sign in to comment.