Skip to content

Commit

Permalink
update annotations version
Browse files Browse the repository at this point in the history
  • Loading branch information
hbmartin committed Nov 21, 2023
1 parent e611291 commit a7e3d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amplifyframework/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("org.jetbrains:annotations:24.0.1")
implementation("org.jetbrains:annotations:24.1.0")
implementation("com.ionspin.kotlin:bignum:0.3.8")
implementation("org.kotlincrypto:secure-random:0.1.0")
implementation(platform("org.kotlincrypto.macs:bom:0.3.0"))
Expand Down

0 comments on commit a7e3d4c

Please sign in to comment.