Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Coser committed Mar 17, 2020
1 parent 5d0a172 commit d6735b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
```
- Add the dependency
```
implementation('com.github.DaikonWeb:daikon-prometheus:1.2.1')
implementation('com.github.DaikonWeb:daikon-prometheus:1.2.2')
```

### Maven
Expand All @@ -38,7 +38,7 @@ implementation('com.github.DaikonWeb:daikon-prometheus:1.2.1')
<dependency>
<groupId>com.github.DaikonWeb</groupId>
<artifactId>daikon-prometheus</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation('org.jetbrains.kotlin:kotlin-stdlib-jdk8')
implementation('com.github.DaikonWeb:daikon:1.2.1')
implementation('com.github.DaikonWeb:daikon:1.2.2')
compile('io.micrometer:micrometer-registry-prometheus:1.3.5')

testImplementation('com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0')
Expand Down

0 comments on commit d6735b2

Please sign in to comment.