Skip to content

Commit c217266

Browse files
Bump com.google.devtools.ksp in /Task-Tracker-Usecases
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.8.22-1.0.11 to 1.9.10-1.0.13. - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@1.8.22-1.0.11...1.9.10-1.0.13) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48a7505 commit c217266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Task-Tracker-Usecases/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
kotlin("multiplatform") version "1.8.22"
33
id("maven-publish")
4-
id("com.google.devtools.ksp") version "1.8.22-1.0.11"
4+
id("com.google.devtools.ksp") version "1.9.10-1.0.13"
55
id("org.jlleitschuh.gradle.ktlint") version "11.4.2"
66
}
77

0 commit comments

Comments
 (0)