File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Simply add the following dependency as `implementation` in the `build.gradle` de
9
9
10
10
``` groovy
11
11
dependencies {
12
- implementation("io.github.nomisrev:kotlinx-serialization-jsonpath:0.1 .0")
12
+ implementation("io.github.nomisrev:kotlinx-serialization-jsonpath:0.2 .0")
13
13
}
14
14
```
15
15
Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ buildscript {
35
35
36
36
apply (plugin = " kotlinx-knit" )
37
37
38
- version " 1.0"
39
-
40
38
repositories {
41
39
mavenCentral()
42
40
}
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
projects.group =io.github.nomisrev
3
- projects.version =0.1.1-SNAPSHOT
3
+ projects.version =0.2.0
4
4
kotlin.mpp.stability.nowarn =true
5
5
# Project definitions
6
6
pom.name =kotlinx-serialization-jsonpath
You can’t perform that action at this time.
0 commit comments