We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73d5f9 commit fcd3fd8Copy full SHA for fcd3fd8
build.gradle.kts
@@ -6,7 +6,7 @@ val kotlinVersion = "1.9.23"
6
val javaVersion = JavaVersion.VERSION_21
7
8
plugins {
9
- kotlin("jvm") version "1.9.22"
+ kotlin("jvm") version "1.9.23"
10
id("com.github.ben-manes.versions") version "0.51.0"
11
`maven-publish`
12
java
0 commit comments