Skip to content

Commit 8f340b5

Browse files
dependabot[bot]KengoTODA
authored andcommitted
fix: bump org.jetbrains.kotlin.jvm from 1.7.20 to 1.8.10
Bumps org.jetbrains.kotlin.jvm from 1.7.20 to 1.8.10. --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cce3b57 commit 8f340b5

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
@@ -4,7 +4,7 @@ plugins {
44
`maven-publish`
55
id("com.gradle.plugin-publish") version "0.21.0"
66
id("org.jetbrains.dokka") version "1.7.20"
7-
id("org.jetbrains.kotlin.jvm") version "1.7.20"
7+
id("org.jetbrains.kotlin.jvm") version "1.8.10"
88
}
99

1010
group = "jp.skypencil.flix"

0 commit comments

Comments
 (0)