Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9fe8fc7

Browse files
authoredMay 27, 2024··
chore: bump com.google.devtools.ksp from 1.9.23-1.0.20 to 2.0.0-1.0.21
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.23-1.0.20 to 2.0.0-1.0.21. - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@1.9.23-1.0.20...2.0.0-1.0.21) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8adf608 commit 9fe8fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
// Gradle Qodana Plugin
1818
id("org.jetbrains.qodana") version "0.1.13"
1919
// Generate Moshi adapters.
20-
id("com.google.devtools.ksp") version "1.9.23-1.0.20"
20+
id("com.google.devtools.ksp") version "2.0.0-1.0.21"
2121
}
2222

2323
group = properties("pluginGroup")

0 commit comments

Comments
 (0)
Please sign in to comment.