Compare commits
7 Commits
main
..
09990150cb
| Author | SHA1 | Date | |
|---|---|---|---|
| 09990150cb | |||
| edbb3f682f | |||
| 1f76f364b4 | |||
| ca6b4df548 | |||
| 512ba38209 | |||
| 49b6dffdba | |||
| 9f20223e92 |
@@ -4,7 +4,7 @@
|
||||
|
||||
gradle = "9.5.1" # https://gradle.org/releases/
|
||||
|
||||
kotlin = "2.4.0" # https://kotlinlang.org/docs/releases.html#release-details
|
||||
kotlin = "2.3.21" # https://kotlinlang.org/docs/releases.html#release-details
|
||||
|
||||
ktlint-library = "1.8.0" # https://github.com/pinterest/ktlint
|
||||
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
|
||||
|
||||
kotest = "6.2.0" # https://mvnrepository.com/artifact/io.kotest/kotest-runner-junit5
|
||||
junit = "6.1.0" # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
|
||||
mockk = "1.14.11" # https://mvnrepository.com/artifact/io.mockk/mockk
|
||||
kotest = "6.1.11" # https://mvnrepository.com/artifact/io.kotest/kotest-runner-junit5
|
||||
junit = "6.0.3" # https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
|
||||
mockk = "1.14.9" # https://mvnrepository.com/artifact/io.mockk/mockk
|
||||
|
||||
[libraries]
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"extends": ["config:recommended"],
|
||||
"labels": ["dependencies"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user