Skip to content

Commit

Permalink
Bump plugin and dependency versions to the latest stable ones
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Mar 15, 2024
1 parent 6fe21da commit 11d1f59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

dependencies {
implementation(kotlin("gradle-plugin", "1.8.21"))
implementation("com.huanshankeji:common-gradle-dependencies:0.7.0-20231111")
implementation("com.huanshankeji.team:gradle-plugins:0.5.0-SNAPSHOT") // TODO: don't use a snapshot version in a main branch
implementation(kotlin("gradle-plugin", "1.9.23"))
implementation("com.huanshankeji:common-gradle-dependencies:0.7.1-20240314")
implementation("com.huanshankeji.team:gradle-plugins:0.5.1")
}
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import com.huanshankeji.CommonDependencies
import com.huanshankeji.CommonVersions

val projectVersion = "0.1.0-SNAPSHOT"
// TODO: don't use a snapshot version in a main branch
val commonVersions = CommonVersions(kotlin = "1.8.21", kotlinCommon="0.4.0-SNAPSHOT")

val commonVersions = CommonVersions()
val commonDependencies = CommonDependencies(commonVersions)

0 comments on commit 11d1f59

Please sign in to comment.