Skip to content

Commit

Permalink
Update kotlin monorepo to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent d24b94f commit db87d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0"
}
}

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

0 comments on commit db87d94

Please sign in to comment.