Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "2.1.10" # https://github.com/JetBrains/kotlin
coroutines = "1.10.1" # https://github.com/Kotlin/kotlinx.coroutines
junit = "5.11.4" # https://junit.org/junit5 | https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter
junit = "5.12.1" # https://junit.org/junit5 | https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter
mockk = "1.13.16" # https://mockk.io | https://central.sonatype.com/search?q=mockk&smo=true
detekt = "1.23.7" # https://github.com/detekt/detekt
dokka = "2.0.0" # https://github.com/Kotlin/dokka
Expand Down
Loading