Skip to content

Commit 2f23253

Browse files
actions: bump kotlin_version to 1.9.23 (fixes #1946) (#1941)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9686c95 commit 2f23253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.9.22'
4+
ext.kotlin_version = '1.9.23'
55
repositories {
66
jcenter()
77
google()

0 commit comments

Comments
 (0)