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 2826ece commit 91dc5ccCopy full SHA for 91dc5cc
build.gradle
@@ -81,7 +81,7 @@ dependencies {
81
implementation 'org.reflections:reflections:0.10.2'
82
implementation 'sh.stein:carbon-api:1.2'
83
implementation 'org.fusesource.jansi:jansi:2.4.0'
84
- implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.6.21'
+ implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20'
85
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
86
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
87
}
0 commit comments