Skip to content

Commit cc42bc3

Browse files
committed
Update the version of the "Compose HTML Material" dependency to the stable version "0.3.0"
1 parent a7b76b7 commit cc42bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/VersionsAndDependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ val projectVersion = "0.3.0-SNAPSHOT"
55
object DependencyVersions {
66
const val composeMultiplatform = ComposeBuildConfig.composeVersion // for "ui-unit"
77
val kobweb = "0.17.3"
8-
val huanshankejiComposeHtml = "0.3.0-SNAPSHOT" // TODO don't use a snapshot in a main branch
8+
val huanshankejiComposeHtml = "0.3.0"
99
val kmdc = "0.1.2"
1010

1111
object Androidx {

0 commit comments

Comments
 (0)