mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
build(deps): bump ben-manes.versions to 0.46.0
This commit is contained in:
parent
714334ee67
commit
5e8943121f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ plugins {
|
||||||
kotlin("kapt") version kotlinVersion
|
kotlin("kapt") version kotlinVersion
|
||||||
}
|
}
|
||||||
id("org.jlleitschuh.gradle.ktlint") version "11.1.0"
|
id("org.jlleitschuh.gradle.ktlint") version "11.1.0"
|
||||||
id("com.github.ben-manes.versions") version "0.45.0"
|
id("com.github.ben-manes.versions") version "0.46.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
fun isNonStable(version: String): Boolean {
|
fun isNonStable(version: String): Boolean {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue