We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9684215 commit a1ea2f8Copy full SHA for a1ea2f8
build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2
3
plugins {
4
- kotlin("jvm") version "2.2.0"
+ kotlin("jvm") version "2.2.10"
5
6
java
7
`maven-publish`
@@ -27,10 +27,10 @@ repositories {
27
28
dependencies {
29
compileOnly(kotlin("stdlib"))
30
- compileOnly("org.jetbrains:annotations:26.0.2")
+ compileOnly("org.jetbrains:annotations:26.0.2-1")
31
32
testImplementation(kotlin("test"))
33
- testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
34
}
35
36
tasks {
0 commit comments