File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ allprojects {
6565 dependencies {
6666 dependencies {
6767 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1" )
68- implementation(" org.jetbrains.kotlin:idea:221 -$kotlinIdeVersion -IJ5591.52 " ) {
68+ implementation(" org.jetbrains.kotlin:idea:222 -$kotlinIdeVersion -IJ4167.29 " ) {
6969 isTransitive = false
7070 }
7171 }
@@ -104,8 +104,8 @@ dependencies {
104104 implementation(" org.jetbrains.kotlin:kotlin-compiler-for-ide:$kotlinIdeVersion " ){
105105 isTransitive = false
106106 }
107- implementation(" org.jetbrains.kotlin:common:221 -$kotlinIdeVersion -IJ5591.52 " )
108- implementation(" org.jetbrains.kotlin:core:221 -$kotlinIdeVersion -IJ5591.52 " )
107+ implementation(" org.jetbrains.kotlin:common:222 -$kotlinIdeVersion -IJ4167.29 " )
108+ implementation(" org.jetbrains.kotlin:core:222 -$kotlinIdeVersion -IJ4167.29 " )
109109 implementation(project(" :executors" , configuration = " default" ))
110110 implementation(project(" :common" , configuration = " default" ))
111111
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ plugins {
77
88dependencies {
99 implementation(" org.jetbrains.kotlin:kotlin-compiler:$kotlinVersion " )
10- implementation(" org.jetbrains.kotlin:common:221 -$kotlinIdeVersion -IJ5591.52 " )
10+ implementation(" org.jetbrains.kotlin:common:222 -$kotlinIdeVersion -IJ4167.29 " )
1111}
You can’t perform that action at this time.
0 commit comments