Skip to content

Commit

Permalink
Bump our Gradle plugins to the latest stable version and remove the e…
Browse files Browse the repository at this point in the history
…xplicit "kotlin-2.1.0" in the project version
  • Loading branch information
ShreckYe committed Dec 3, 2024
1 parent fd308e2 commit d1659ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation(kotlin("gradle-plugin", kotlinVersion))
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.0")
val huanshankejiGradlePluginsVersion = "0.7.1-kotlin-2.1.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch
val huanshankejiGradlePluginsVersion = "0.8.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
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import com.huanshankeji.CommonDependencies

const val projectVersion = "0.4.1-kotlin-2.1.0-SNAPSHOT"
const val projectVersion = "0.4.1-SNAPSHOT"

object DependencyVersions {
val kobweb = "0.19.2"
Expand Down

0 comments on commit d1659ab

Please sign in to comment.