Compare commits
12 Commits
09990150cb
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9446c5de66 | |||
| fc1e5aa3a9 | |||
| 6699d13159 | |||
| 56b66e4804 | |||
| 2124b8b229 | |||
| f85ac3f76e | |||
| 84e7b25468 | |||
| 5cbf9f4a14 | |||
| 5c42826e66 | |||
| db51aecca1 | |||
| b442d9d574 | |||
| 075bd4f54b |
@@ -4,7 +4,7 @@
|
||||
|
||||
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-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.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
|
||||
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
|
||||
|
||||
[libraries]
|
||||
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": ["config:recommended"],
|
||||
"labels": ["dependencies"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user