Skip to content

Commit 46ffe0a

Browse files
authored
Update kotlin monorepo to v2.1.21 (#65)
2 parents 4384e5c + ee3f902 commit 46ffe0a

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
@@ -39,7 +39,7 @@ subprojects {
3939
ext.maven_name='AtPlug test harness'
4040
dependencies {
4141
compileOnly "org.junit.jupiter:junit-jupiter-api:5.12.2"
42-
implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.0"
42+
implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.21"
4343
implementation project(':atplug-runtime')
4444
}
4545
} else if (it.name == 'atplug-plugin-gradle') {
@@ -48,7 +48,7 @@ subprojects {
4848
dependencies {
4949
implementation "org.ow2.asm:asm:9.8"
5050
implementation 'com.diffplug.gradle:goomph:4.3.0'
51-
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0'
51+
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21'
5252
testImplementation 'org.assertj:assertj-core:3.27.3'
5353
}
5454
tasks.named('test') {

0 commit comments

Comments
 (0)