Skip to content

Commit

Permalink
chore: align ksp with kotlin 2.0.0-RC3
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed May 15, 2024
1 parent ca5fbf3 commit dd03d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/elide.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ kotlinx-wrappers-web = "1.0.0-pre.697"
kotlinxWrappers = "pre.697"
kover = "0.7.5"
kover-plugin = "0.7.5"
ksp = "2.0.0-RC2-1.0.20"
ksp = "2.0.0-RC3-1.0.20"
ktlint = "1.1.1"
ktoml = "0.5.1"
larray = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion tools/plugin/gradle-plugin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
elide = "1.0.0-alpha8"
elideTools = "1.0.0-alpha8"
ksp = "2.0.0-RC2-1.0.20"
ksp = "2.0.0-RC3-1.0.20"
detekt = "1.23.6"
kotlin = "2.0.0-RC3"
kotlin_dsl = "4.0.7"
Expand Down

0 comments on commit dd03d21

Please sign in to comment.