Skip to content

Commit 8c561dd

Browse files
committed
Downgrade huanshankejiComposeHtml to stable
1 parent 03f854a commit 8c561dd

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
@@ -12,7 +12,7 @@ object DependencyVersions {
1212
// https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.8.0-rc01
1313
const val composeMultiplatformMaterialIconsExtended = "1.7.3"
1414
val kobweb = "0.23.3"
15-
val huanshankejiComposeHtml = "0.4.1-SNAPSHOT" // TODO don't use a snapshot version in a main branch
15+
val huanshankejiComposeHtml = "0.4.0" // TODO don't use a snapshot version in a main branch
1616
val kmdc = "0.1.2"
1717
val materialSymbols = "0.35.2"
1818
}

0 commit comments

Comments
 (0)