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 d00c453 commit d9d64aeCopy full SHA for d9d64ae
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.20"
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.14.0")
34
}
35
36
tasks {
0 commit comments