File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
```
22
22
- Add the dependency
23
23
```
24
- implementation('com.github.DaikonWeb:daikon-gson:')
24
+ implementation('com.github.DaikonWeb:daikon-gson:1.2.1 ')
25
25
```
26
26
27
27
### Maven
@@ -39,7 +39,7 @@ implementation('com.github.DaikonWeb:daikon-gson:')
39
39
<dependency>
40
40
<groupId>com.github.DaikonWeb</groupId>
41
41
<artifactId>daikon-gson</artifactId>
42
- <version></version>
42
+ <version>1.2.1 </version>
43
43
</dependency>
44
44
```
45
45
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
10
10
dependencies {
11
11
implementation(' org.jetbrains.kotlin:kotlin-stdlib-jdk8' )
12
- implementation(' com.github.DaikonWeb:daikon:' )
12
+ implementation(' com.github.DaikonWeb:daikon:1.2.1 ' )
13
13
compile(' com.google.code.gson:gson:2.8.6' )
14
14
testImplementation(' com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0' )
15
15
testImplementation(' org.junit.jupiter:junit-jupiter-api:5.5.1' )
You can’t perform that action at this time.
0 commit comments