Skip to content

Commit db87d94

Browse files
Update kotlin monorepo to v2.1.0
1 parent d24b94f commit db87d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21"
6+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0"
77
}
88
}
99

@@ -107,7 +107,7 @@ dependencies {
107107
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.18.1'
108108
api 'io.swagger.core.v3:swagger-core:2.2.26'
109109
api 'io.swagger.parser.v3:swagger-parser:2.1.24'
110-
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.0.21'
110+
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.1.0'
111111
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.4.2'
112112
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.16'
113113
}

0 commit comments

Comments
 (0)