Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Coser committed Aug 6, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 65fdacb commit 08fcc5f
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
@@ -21,7 +21,7 @@ repositories {
```
- Add the dependency
```
implementation('com.github.DaikonWeb:daikon-gson:1.7.2')
implementation('com.github.DaikonWeb:daikon-gson:1.8.0')
```

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

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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 'com.google.code.gson:gson:2.8.6'

0 comments on commit 08fcc5f

Please sign in to comment.