Skip to content

Commit 66af0ab

Browse files
authored
Update dataframe bootstrap version to 0.9.0, update kotlin to 1.8.0
1 parent df12c11 commit 66af0ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
2-
ksp = "1.8.0-RC-1.0.8"
2+
ksp = "1.8.0-1.0.8"
33
kotlinJupyter = "0.11.0-198"
44
ktlint = "3.4.5"
5-
kotlin = "1.8.0-RC"
5+
kotlin = "1.8.0"
66
dokka = "1.7.20"
77
libsPublisher = "0.0.60-dev-30"
88
# "Bootstrap" version of the dataframe, used in the build itself to generate @DataSchema APIs,
99
# dogfood Gradle / KSP plugins in tests and idea-examples modules
10-
dataframe = "0.9.0-dev-1237"
10+
dataframe = "0.9.0"
1111
korro = "0.1.1-dev-29"
1212
kover = "0.6.0-Beta"
1313

0 commit comments

Comments
 (0)