Skip to content

Commit 4e2964b

Browse files
committed
reversed ktor bump for jupyter tests
1 parent c8d4e7a commit 4e2964b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlinJupyter = "0.12.0-383"
55
ktlint = "12.1.2"
66

77
# make sure to sync both manually with :generator module
8-
kotlin = "2.0.20"
8+
kotlin = "2.0.20" # needs jupyter compatibility with Kotlin 2.1 to update
99
kotlinpoet = "1.18.1"
1010

1111
dokka = "1.9.20"
@@ -50,7 +50,7 @@ dependencyVersions = "0.51.0"
5050
plugin-publish = "1.3.0"
5151
shadow = "8.3.5"
5252
android-gradle-api = "7.3.1" # need to revise our tests to update
53-
ktor = "3.1.1"
53+
ktor = "3.0.1" # needs jupyter compatibility with Kotlin 2.1 to update
5454
kotlin-compile-testing = "1.6.0"
5555
duckdb = "1.1.3"
5656
buildconfig = "5.5.1"

0 commit comments

Comments
 (0)