Skip to content

Commit ea82db2

Browse files
authored
Merge pull request #19 from leeturner/dependabot/gradle/com.google.devtools.ksp-2.1.10-1.0.30
Bump com.google.devtools.ksp from 2.1.10-1.0.29 to 2.1.10-1.0.30
2 parents b416012 + b01d40c commit ea82db2

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
@@ -1,7 +1,7 @@
11
plugins {
22
id("org.jetbrains.kotlin.jvm") version "2.1.10"
33
id("org.jetbrains.kotlin.plugin.allopen") version "2.1.10"
4-
id("com.google.devtools.ksp") version "2.1.10-1.0.29"
4+
id("com.google.devtools.ksp") version "2.1.10-1.0.30"
55
id("com.github.johnrengelman.shadow") version "8.1.1"
66
id("io.micronaut.application") version "4.4.5"
77
id("io.micronaut.aot") version "4.4.5"

0 commit comments

Comments
 (0)