Skip to content

Commit f4e2d0a

Browse files
committed
Try bumping all dependencies to the latest (including snapshots for our own projects)
1 parent 62f0178 commit f4e2d0a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

buildSrc/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ repositories {
1010
}
1111

1212
dependencies {
13-
val kotlinVersion = "2.1.0"
13+
val kotlinVersion = "2.2.20"
1414
implementation(kotlin("gradle-plugin", kotlinVersion))
1515
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
16-
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.1")
17-
implementation("com.huanshankeji.team:gradle-plugins:0.9.0") // don't use a snapshot version in a main branch
18-
implementation("com.android.tools.build:gradle:8.5.2")
19-
implementation("com.huanshankeji:common-gradle-dependencies:0.9.0-20241203") // don't use a snapshot version in a main branch
16+
implementation("org.jetbrains.compose:compose-gradle-plugin:1.9.0")
17+
implementation("com.huanshankeji.team:gradle-plugins:0.10.0-SNAPSHOT") // TODO don't use a snapshot version in a main branch
18+
implementation("com.android.tools.build:gradle:8.13.0")
19+
implementation("com.huanshankeji:common-gradle-dependencies:0.10.0-20250918-SNAPSHOT") // TODO don't use a snapshot version in a main branch
2020
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import com.huanshankeji.CommonDependencies
22
import org.jetbrains.compose.ComposeBuildConfig
33

4-
val projectVersion = "0.5.0-SNAPSHOT"
4+
val projectVersion = "0.5.1-SNAPSHOT"
55

66
val commonDependencies = CommonDependencies()
77

88
object DependencyVersions {
99
const val composeMultiplatform = ComposeBuildConfig.composeVersion // for "ui-unit"
10-
val kobweb = "0.19.2"
10+
val kobweb = "0.23.3"
1111
val huanshankejiComposeHtml = "0.4.1-SNAPSHOT" // TODO don't use a snapshot version in a main branch
1212
val kmdc = "0.1.2"
13-
val materialSymbols = "0.25.1"
13+
val materialSymbols = "0.35.2"
1414
}

0 commit comments

Comments
 (0)