build: versions plugin added for routine checks of dependency updates, excluding unstable dependencies (#51)

This commit is contained in:
Kazik Pogoda
2023-11-12 16:17:25 +01:00
committed by Abe Pazos
parent adf88e1062
commit 5242dae526
2 changed files with 26 additions and 0 deletions

View File

@@ -31,3 +31,4 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
runtime = { id = "org.beryx.runtime", version = "1.13.0" }
gitarchive-tomarkdown = { id = "org.openrndr.extra.gitarchiver.tomarkdown", version.ref = "orx" }
versions = { id = "com.github.ben-manes.versions", version = "0.49.0" }