Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlin:kotlin-reflect to v…
Browse files Browse the repository at this point in the history
…1.7.22
  • Loading branch information
renovate[bot] authored Nov 28, 2022
1 parent 532bd5d commit 4580917
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 @@ -52,7 +52,7 @@ kotlin {
val jvmMain by getting {
dependencies {
implementation(kotlin("stdlib"))
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.21")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.22")
}
}
val jvmTest by getting {
Expand Down

0 comments on commit 4580917

Please sign in to comment.