File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Asynchronous HTTP client" ,
3
3
"properties" : [
4
- { "name" : " v" , "value" : " 0.1 .0-dev-8 " },
5
- { "name" : " v-renovate-hint" , "value" : " update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation " }
4
+ { "name" : " v" , "value" : " 0.2 .0-dev-9 " },
5
+ { "name" : " v-renovate-hint" , "value" : " update: package=org.jetbrains.kotlinx:kotlin-jupyter-ktor-client" }
6
6
],
7
- "link" : " https://ktor.io/docs/request.html " ,
7
+ "link" : " https://github.com/Kotlin/kotlin-jupyter-http-util " ,
8
8
"repositories" : [
9
9
" https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven"
10
10
],
11
11
"dependencies" : [
12
- " org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation :$v"
12
+ " org.jetbrains.kotlinx:kotlin-jupyter-ktor-client:$v"
13
13
]
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Deserialize JSON content using kotlinx.serialization and automatically generate classes for it" ,
3
3
"properties" : [
4
- { "name" : " v" , "value" : " 0.1 .0-dev-8 " },
5
- { "name" : " v-renovate-hint" , "value" : " update: package=org.jetbrains.kotlinx:kotlin-jupyter-json-generation " }
4
+ { "name" : " v" , "value" : " 0.2 .0-dev-9 " },
5
+ { "name" : " v-renovate-hint" , "value" : " update: package=org.jetbrains.kotlinx:kotlin-jupyter-serialization " }
6
6
],
7
- "link" : " https://github.com/Kotlin/kotlinx.serialization " ,
7
+ "link" : " https://github.com/Kotlin/kotlin-jupyter-http-util " ,
8
8
"repositories" : [
9
9
" https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven"
10
10
],
11
11
"dependencies" : [
12
- " org.jetbrains.kotlinx:kotlin-jupyter-json-generation :$v"
12
+ " org.jetbrains.kotlinx:kotlin-jupyter-serialization :$v"
13
13
]
14
14
}
You can’t perform that action at this time.
0 commit comments