Skip to content

Commit

Permalink
Merge pull request #802 from ZeusWPI/dependabot/gradle/org.jetbrains.…
Browse files Browse the repository at this point in the history
…kotlin-kotlin-stdlib-jdk8-1.8.22

Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.8.21 to 1.8.22
  • Loading branch information
niknetniko committed Jul 26, 2023
2 parents 7b768e2 + 9095bba commit 6f787e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22") {
because("kotlin-stdlib-jdk7 is now a part of kotlin-stdlib")
}
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21") {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22") {
because("kotlin-stdlib-jdk8 is now a part of kotlin-stdlib")
}
}
Expand Down

0 comments on commit 6f787e5

Please sign in to comment.