Skip to content

Commit 07cead1

Browse files
authored
Update build.gradle.kts
1 parent f78b7d0 commit 07cead1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "2.0.0-RC1"
2+
kotlin("jvm") version "1.9.23"
33
jacoco
44
id("org.sonarqube") version "5.0.0.4638"
55
id("com.diffplug.spotless") version "6.12.0"
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.0-RC1")
17+
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.23")
1818
testImplementation("org.junit.jupiter:junit-jupiter:[5.10.2,)")
1919
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
2020
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.1.1,)")

0 commit comments

Comments
 (0)