Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit a884ec5

Browse files
chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.8.21
1 parent 06adf04 commit a884ec5

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
@@ -6,7 +6,7 @@ fun properties(key: String) = project.findProperty(key).toString()
66
plugins {
77
id("java")
88
id("jacoco")
9-
id("org.jetbrains.kotlin.jvm") version "1.7.10"
9+
id("org.jetbrains.kotlin.jvm") version "1.8.21"
1010
id("org.jetbrains.intellij") version "1.8.0"
1111
id("org.sonarqube") version "3.4.0.2513"
1212

0 commit comments

Comments
 (0)