We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d4e7a commit 4e2964bCopy full SHA for 4e2964b
gradle/libs.versions.toml
@@ -5,7 +5,7 @@ kotlinJupyter = "0.12.0-383"
5
ktlint = "12.1.2"
6
7
# make sure to sync both manually with :generator module
8
-kotlin = "2.0.20"
+kotlin = "2.0.20" # needs jupyter compatibility with Kotlin 2.1 to update
9
kotlinpoet = "1.18.1"
10
11
dokka = "1.9.20"
@@ -50,7 +50,7 @@ dependencyVersions = "0.51.0"
50
plugin-publish = "1.3.0"
51
shadow = "8.3.5"
52
android-gradle-api = "7.3.1" # need to revise our tests to update
53
-ktor = "3.1.1"
+ktor = "3.0.1" # needs jupyter compatibility with Kotlin 2.1 to update
54
kotlin-compile-testing = "1.6.0"
55
duckdb = "1.1.3"
56
buildconfig = "5.5.1"
0 commit comments