Skip to content

Commit

Permalink
upgraded kotlin:kotlin-stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Nov 19, 2024
1 parent 299af89 commit 1145ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib'
}
// Add a different version of kotlin-stdlib
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.22'

testImplementation "org.bouncycastle:bcprov-jdk18on:1.78.1"
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
Expand Down

0 comments on commit 1145ee4

Please sign in to comment.