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
99
1010``` groovy
1111dependencies {
12- implementation("io.github.nomisrev:kotlinx-serialization-jsonpath:0.1 .0")
12+ implementation("io.github.nomisrev:kotlinx-serialization-jsonpath:0.2 .0")
1313}
1414```
1515
Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ buildscript {
3535
3636apply (plugin = " kotlinx-knit" )
3737
38- version " 1.0"
39-
4038repositories {
4139 mavenCentral()
4240}
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22projects.group =io.github.nomisrev
3- projects.version =0.1.1-SNAPSHOT
3+ projects.version =0.2.0
44kotlin.mpp.stability.nowarn =true
55# Project definitions
66pom.name =kotlinx-serialization-jsonpath
You can’t perform that action at this time.
0 commit comments