Skip to content

Commit

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

Bump org.jetbrains.kotlin:kotlin-stdlib-jdk7 from 1.9.0 to 1.9.10
  • Loading branch information
niknetniko committed Sep 3, 2023
2 parents 03f9a6b + b214c29 commit 1ba20bb
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 @@ -169,7 +169,7 @@ dependencies {

// Needed until all dependencies will be fixed
constraints {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0") {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10") {
because("kotlin-stdlib-jdk7 is now a part of kotlin-stdlib")
}
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0") {
Expand Down

0 comments on commit 1ba20bb

Please sign in to comment.