Skip to content

Commit

Permalink
Bump our common-gradle-dependencies to v0.9.0-20241203 and our Gradle…
Browse files Browse the repository at this point in the history
… plugins to v0.9.0
  • Loading branch information
ShreckYe committed Dec 4, 2024
1 parent 7579c66 commit 37add04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies {
implementation(kotlin("gradle-plugin", kotlinVersion))
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.1")
val huanshankejiGradlePluginsVersion = "0.8.0" // don't use a snapshot version in a main branch
val huanshankejiGradlePluginsVersion = "0.9.0" // don't use a snapshot version in a main branch
implementation("com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion")
implementation("com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion")
implementation("com.huanshankeji:common-gradle-dependencies:0.8.0-20241016") // don't use a snapshot version in a main branch
implementation("com.huanshankeji:common-gradle-dependencies:0.9.0-20241203") // don't use a snapshot version in a main branch
implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.0.0-Beta")
}

0 comments on commit 37add04

Please sign in to comment.