Skip to content

Commit

Permalink
Release 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Coser committed Jan 29, 2020
1 parent 0718689 commit 27f2347
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-gson:1.0.0')
implementation('com.github.DaikonWeb:daikon-gson:1.1.8')
```

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

Expand Down
4 changes: 2 additions & 2 deletions 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.0.0')
implementation('com.github.DaikonWeb:daikon:1.1.8')
compile('com.google.code.gson:gson:2.8.6')
testImplementation('com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0')
testImplementation('org.junit.jupiter:junit-jupiter-api:5.5.1')
Expand All @@ -27,4 +27,4 @@ compileTestKotlin {

test {
useJUnitPlatform()
}
}

0 comments on commit 27f2347

Please sign in to comment.