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 69449e5 commit 244a4edCopy full SHA for 244a4ed
build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- kotlin("jvm") version "2.2.0"
+ kotlin("jvm") version "2.1.21"
3
jacoco
4
id("org.sonarqube") version "6.2.0.5505"
5
id("com.diffplug.spotless") version "7.0.4"
@@ -14,7 +14,7 @@ repositories {
14
}
15
16
dependencies {
17
- implementation("org.jetbrains.kotlin:kotlin-stdlib:2.2.0")
+ implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.21")
18
testImplementation("org.junit.jupiter:junit-jupiter:[5.13.2,)")
19
testImplementation("org.hamcrest:hamcrest-core:[3.0,)")
20
testImplementation("org.zapodot:embedded-db-junit-jupiter:2.2.2")
pom-central.xml
@@ -27,7 +27,7 @@
27
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
28
</scm>
29
<properties>
30
- <kotlin.version>2.2.0</kotlin.version>
+ <kotlin.version>2.1.21</kotlin.version>
31
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32
</properties>
33
<ciManagement>
pom.xml
@@ -26,7 +26,7 @@
26
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments