File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- kotlinCompilerVersion =1.9.22
1
+ kotlinCompilerVersion =2.0.0
2
2
3
3
# 1.15.0+ breaks with NoSuchMethodException: 'java.io.File com.squareup.kotlinpoet.FileSpec.writeTo(java.io.File)'
4
4
kotlinPoetVersion =1.14.2
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- ksp = " 1.9.23 -1.0.20 "
2
+ ksp = " 2.0.0 -1.0.23 "
3
3
kotlinJupyter = " 0.12.0-139"
4
4
5
5
ktlint = " 12.1.1"
6
6
7
7
# make sure to sync manually with :generator module
8
- kotlin = " 1.9.22 "
8
+ kotlin = " 2.0.0 "
9
9
kotlinpoet = " 1.16.0"
10
10
dokka = " 1.9.10"
11
11
12
12
libsPublisher = " 1.8.10-dev-43"
13
13
14
14
# "Bootstrap" version of the dataframe, used in the build itself to generate @DataSchema APIs,
15
15
# dogfood Gradle / KSP plugins in tests and idea-examples modules
16
- dataframe = " 0.13.1 "
16
+ dataframe = " 0.14.0-dev "
17
17
18
18
# TODO 0.1.6 breaks kotlinter (which is no longer in use), https://github.com/Kotlin/dataframe/issues/598
19
19
korro = " 0.1.5"
@@ -55,7 +55,7 @@ plugin-publish = "1.2.1"
55
55
shadow = " 8.1.1"
56
56
android-gradle-api = " 7.3.1" # Can't be updated to 7.4.0+ due to Java 8 compatibility
57
57
ktor-server-netty = " 2.3.8"
58
- kotlin-compile-testing = " 1.5 .0"
58
+ kotlin-compile-testing = " 1.6 .0"
59
59
duckdb = " 0.10.0"
60
60
61
61
[libraries ]
You can’t perform that action at this time.
0 commit comments