Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-reflect to v2.1.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Dec 29, 2024
2 parents 353d268 + b7146a0 commit cf7813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ subprojects {
ext.maven_name='AtPlug test harness'
dependencies {
compileOnly "org.junit.jupiter:junit-jupiter-api:5.11.4"
implementation "org.jetbrains.kotlin:kotlin-reflect:2.0.20"
implementation "org.jetbrains.kotlin:kotlin-reflect:2.1.0"
implementation project(':atplug-runtime')
}
} else if (it.name == 'atplug-plugin-gradle') {
Expand Down

0 comments on commit cf7813c

Please sign in to comment.