Skip to content

Commit

Permalink
Remove "kotlin-2.1.0" in the project versions for the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Dec 3, 2024
1 parent 431bd01 commit e3c03d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ object DependencyVersions {
val binaryCompatibilityValidator = "0.16.3"
}

val alignedPluginVersion = "0.8.0-kotlin-2.1.0-SNAPSHOT"
val alignedPluginVersion = "0.8.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-kotlin-2.1.0-SNAPSHOT"
val commonGradleDependenciesVersion = "0.8.0-20241201-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 {
Expand Down

0 comments on commit e3c03d7

Please sign in to comment.