Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 …
Browse files Browse the repository at this point in the history
…to v1.9.24
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent ee381bb commit 15eb060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation(kotlin("stdlib-jdk8"))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.24")

testImplementation(kotlin("test"))
testImplementation(platform("org.junit:junit-bom:5.10.0"))
Expand Down

0 comments on commit 15eb060

Please sign in to comment.