Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fracassi-marco committed Apr 16, 2020
1 parent c340a4e commit a78b6b6
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 @@ -21,7 +21,7 @@ repositories {
```
- Add the dependency
```
implementation('com.github.DaikonWeb:daikon-eureka:1.3.6')
implementation('com.github.DaikonWeb:daikon-eureka:1.4.0')
```

### Maven
Expand All @@ -39,7 +39,7 @@ implementation('com.github.DaikonWeb:daikon-eureka:1.3.6')
<dependency>
<groupId>com.github.DaikonWeb</groupId>
<artifactId>daikon-eureka</artifactId>
<version>1.3.6</version>
<version>1.4.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.6'
implementation 'com.github.DaikonWeb:daikon:1.4.0'

compile 'javax.inject:javax.inject:1'
compile 'com.netflix.eureka:eureka-client:1.9.14'
Expand Down

0 comments on commit a78b6b6

Please sign in to comment.