Skip to content

Commit fd534eb

Browse files
committed
Update serialization and ktor-client
New artifact names, GitHub link
1 parent 54d94e0 commit fd534eb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ktor-client.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"description": "Asynchronous HTTP client",
33
"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" }
66
],
7-
"link": "https://ktor.io/docs/request.html",
7+
"link": "https://github.com/Kotlin/kotlin-jupyter-http-util",
88
"repositories": [
99
"https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven"
1010
],
1111
"dependencies": [
12-
"org.jetbrains.kotlinx:kotlin-jupyter-ktor-client-json-generation:$v"
12+
"org.jetbrains.kotlinx:kotlin-jupyter-ktor-client:$v"
1313
]
1414
}

serialization.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"description": "Deserialize JSON content using kotlinx.serialization and automatically generate classes for it",
33
"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" }
66
],
7-
"link": "https://github.com/Kotlin/kotlinx.serialization",
7+
"link": "https://github.com/Kotlin/kotlin-jupyter-http-util",
88
"repositories": [
99
"https://packages.jetbrains.team/maven/p/kds/kotlin-ds-maven"
1010
],
1111
"dependencies": [
12-
"org.jetbrains.kotlinx:kotlin-jupyter-json-generation:$v"
12+
"org.jetbrains.kotlinx:kotlin-jupyter-serialization:$v"
1313
]
1414
}

0 commit comments

Comments
 (0)