Compare commits
4 Commits
2124b8b229
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9446c5de66 | |||
| fc1e5aa3a9 | |||
| 6699d13159 | |||
| 56b66e4804 |
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
gradle = "9.5.1" # https://gradle.org/releases/
|
gradle = "9.5.1" # https://gradle.org/releases/
|
||||||
|
|
||||||
kotlin = "2.3.21" # https://kotlinlang.org/docs/releases.html#release-details
|
kotlin = "2.4.0" # https://kotlinlang.org/docs/releases.html#release-details
|
||||||
|
|
||||||
ktlint-library = "1.8.0" # https://github.com/pinterest/ktlint
|
ktlint-library = "1.8.0" # https://github.com/pinterest/ktlint
|
||||||
ktlint-plugin = "14.2.0" # https://github.com/JLLeitschuh/ktlint-gradle
|
ktlint-plugin = "14.2.0" # https://github.com/JLLeitschuh/ktlint-gradle
|
||||||
@@ -13,9 +13,9 @@ memoize = "0.1" # https://gitea.davygora.duckdns.org/yura/-/packages/maven/org.d
|
|||||||
|
|
||||||
# Test
|
# Test
|
||||||
|
|
||||||
kotest = "6.1.11" # https://mvnrepository.com/artifact/io.kotest/kotest-runner-junit5
|
kotest = "6.2.0" # https://mvnrepository.com/artifact/io.kotest/kotest-runner-junit5
|
||||||
junit = "6.0.3" # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
|
junit = "6.1.0" # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
|
||||||
mockk = "1.14.9" # https://mvnrepository.com/artifact/io.mockk/mockk
|
mockk = "1.14.11" # https://mvnrepository.com/artifact/io.mockk/mockk
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user