File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
.github/workflows/test-gradle-project-using-bindings-server Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11import java.net.URI
22
33plugins {
4- kotlin(" jvm" ) version " 2.2.21 "
4+ kotlin(" jvm" ) version " 2.3.0 "
55}
66
77repositories {
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
44 `kotlin- dsl`
5- kotlin(" jvm" ) version " 2.2.21 "
5+ kotlin(" jvm" ) version " 2.3.0 "
66}
77
88dependencies {
9- implementation(platform(" org.jetbrains.kotlin:kotlin-bom:2.2.21 " ))
9+ implementation(platform(" org.jetbrains.kotlin:kotlin-bom:2.3.0 " ))
1010
11- implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21 " )
12- implementation(" org.jetbrains.kotlin:kotlin-serialization:2.2.21 " )
11+ implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0 " )
12+ implementation(" org.jetbrains.kotlin:kotlin-serialization:2.3.0 " )
1313 implementation(" io.kotest:kotest-framework-plugin-gradle:6.0.7" )
1414
1515 implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8" )
You can’t perform that action at this time.
0 commit comments