Skip to content

Commit

Permalink
chore(deps): update dependency org.jetbrains.kotlin:kotlin-reflect to…
Browse files Browse the repository at this point in the history
… v1.7.0
  • Loading branch information
renovate-bot committed Jun 14, 2022
1 parent 7d59630 commit e2200f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kotlin {
val jvmMain by getting {
dependencies {
implementation(kotlin("stdlib"))
implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.21")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.0")
}
}
val jvmTest by getting {
Expand Down

0 comments on commit e2200f7

Please sign in to comment.