Skip to content

Commit bce57c2

Browse files
author
Alessio Coser
committed
Release 1.2.1
1 parent 4283ad8 commit bce57c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
```
2222
- Add the dependency
2323
```
24-
implementation('com.github.DaikonWeb:daikon-gson:')
24+
implementation('com.github.DaikonWeb:daikon-gson:1.2.1')
2525
```
2626

2727
### Maven
@@ -39,7 +39,7 @@ implementation('com.github.DaikonWeb:daikon-gson:')
3939
<dependency>
4040
<groupId>com.github.DaikonWeb</groupId>
4141
<artifactId>daikon-gson</artifactId>
42-
<version></version>
42+
<version>1.2.1</version>
4343
</dependency>
4444
```
4545

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010
dependencies {
1111
implementation('org.jetbrains.kotlin:kotlin-stdlib-jdk8')
12-
implementation('com.github.DaikonWeb:daikon:')
12+
implementation('com.github.DaikonWeb:daikon:1.2.1')
1313
compile('com.google.code.gson:gson:2.8.6')
1414
testImplementation('com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0')
1515
testImplementation('org.junit.jupiter:junit-jupiter-api:5.5.1')

0 commit comments

Comments
 (0)