From 9b54ad279b3d72213b9541662171a26093caa0d7 Mon Sep 17 00:00:00 2001 From: Yongshun Shreck Ye Date: Mon, 2 Dec 2024 17:46:03 +0800 Subject: [PATCH] Make the project versions explicit --- buildSrc/src/main/kotlin/VersionsAndDependencies.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/VersionsAndDependencies.kt b/buildSrc/src/main/kotlin/VersionsAndDependencies.kt index f67f21a..e46b266 100644 --- a/buildSrc/src/main/kotlin/VersionsAndDependencies.kt +++ b/buildSrc/src/main/kotlin/VersionsAndDependencies.kt @@ -13,11 +13,11 @@ object DependencyVersions { val binaryCompatibilityValidator = "0.16.3" } -val alignedPluginVersion = "0.7.1-SNAPSHOT" +val alignedPluginVersion = "0.7.1-kotlin-2.1.0-SNAPSHOT" // "x.y.z" indicates the version of the way of organizing the code, // and the date indicates the version when the dependency versions are updated. -val commonGradleDependenciesVersion = "0.8.0-20241201-SNAPSHOT" +val commonGradleDependenciesVersion = "0.8.0-20241201-kotlin-2.1.0-SNAPSHOT" // This is the source dependency version. There is another build source dependency in "buildSrc/build.gradle.kts". val pluginProjectSourceDependentStableCommonGradleDependenciesVersion = "0.8.0-20241016".apply {