From 4dbae95d8905abba0bd9ecf2d3e5ca37893d950a Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Sun, 1 Dec 2024 15:08:58 -0800 Subject: [PATCH] Upgrade cthing-versioning plugin to generate projectversion.txt. --- 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 fa57e43..8dc5bd1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ junit = "5.11.2" spotbugs = "4.8.6" [plugins] -cthingVersioning = { id = "org.cthing.cthing-versioning", version = "2.0.0" } +cthingVersioning = { id = "org.cthing.cthing-versioning", version = "3.0.0" } dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.3.0" } spotbugs = { id = "com.github.spotbugs", version = "6.0.25" } versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }