We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabf58b commit f518ea4Copy full SHA for f518ea4
build.gradle.kts
@@ -9,7 +9,7 @@ val opentelemetryKtorVersion = "2.10.0-alpha"
9
10
plugins {
11
application
12
- kotlin("jvm") version "2.0.21"
+ kotlin("jvm") version "2.1.0"
13
id("org.jmailen.kotlinter") version "4.5.0"
14
id("com.github.ben-manes.versions") version "0.51.0"
15
id("com.gradleup.shadow") version "8.3.5" apply false
0 commit comments