From 93a7bffc2470c847a852c5e0009921d2a274e26d Mon Sep 17 00:00:00 2001 From: Alessio Coser Date: Thu, 6 Aug 2020 17:37:07 +0200 Subject: [PATCH] Release 1.8.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23d9471..02aa58a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ repositories { ``` - Add the dependency ``` -implementation('com.github.DaikonWeb:daikon-prometheus:1.7.2') +implementation('com.github.DaikonWeb:daikon-prometheus:1.8.0') ``` ### Maven @@ -38,7 +38,7 @@ implementation('com.github.DaikonWeb:daikon-prometheus:1.7.2') com.github.DaikonWeb daikon-prometheus - 1.7.2 + 1.8.0 ``` diff --git a/build.gradle b/build.gradle index 76d1acc..deabc89 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ repositories { dependencies { implementation platform('org.jetbrains.kotlin:kotlin-bom') implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' - implementation 'com.github.DaikonWeb:daikon:1.7.2' + implementation 'com.github.DaikonWeb:daikon:1.8.0' compile 'io.micrometer:micrometer-registry-prometheus:1.3.5'