Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains:annotations to v26.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and wax911 committed Oct 14, 2024
1 parent dfc8278 commit 8ead88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ coil-video = { module = "io.coil-kt:coil-video", version.ref = "coil" }

google-android-material = { module = "com.google.android.material:material", version.ref = "google-android-material" }

jetbrains-annotations = { module = "org.jetbrains:annotations", version = "26.0.0" }
jetbrains-annotations = { module = "org.jetbrains:annotations", version = "26.0.1" }
jetbrains-dokka-gradle = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "jetbrains-dokka" }
jetbrains-kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "jetbrains-kotlin" }
jetbrains-kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "jetbrains-kotlin" }
Expand Down

0 comments on commit 8ead88f

Please sign in to comment.