Skip to content

Commit 9fb52c4

Browse files
Bump jvm from 1.9.10 to 1.9.20 in /examples
Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64a342f commit 9fb52c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/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("com.android.application") version "8.1.1" apply false
33
id("com.google.protobuf") version "0.9.4" apply false
4-
kotlin("jvm") version "1.9.10" apply false
4+
kotlin("jvm") version "1.9.20" apply false
55
id("org.jlleitschuh.gradle.ktlint") version "11.6.1" apply false
66
}
77

0 commit comments

Comments
 (0)