From 5b018f839a5fa79c9652ae5e30f401236802c5c3 Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Sat, 26 Oct 2024 11:17:25 -0700 Subject: [PATCH] Use latest versioning plugin. --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 75d8d50..4914883 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ junit = "5.11.2" spotbugs = "4.8.6" [plugins] -cthingVersioning = { id = "org.cthing.cthing-versioning", version = "1.0.1" } +cthingVersioning = { id = "org.cthing.cthing-versioning", version = "2.0.0" } dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.2.0" } spotbugs = { id = "com.github.spotbugs", version = "6.0.25" } versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }