Skip to content

Commit b7146a0

Browse files
Update dependency org.jetbrains.kotlin:kotlin-reflect to v2.1.0
1 parent 353d268 commit b7146a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.11.4"
42-
implementation "org.jetbrains.kotlin:kotlin-reflect:2.0.20"
42+
implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.0"
4343
implementation project(':atplug-runtime')
4444
}
4545
} else if (it.name == 'atplug-plugin-gradle') {

0 commit comments

Comments
 (0)