diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 20dc3e2..0760e68 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -3,7 +3,7 @@ plugins { } repositories { - //mavenLocal() // comment out when not needed + mavenLocal() // TODO comment out when not needed so the build is always reproducible by others gradlePluginPortal() google() mavenCentral() diff --git a/buildSrc/src/main/kotlin/VersionsAndDependencies.kt b/buildSrc/src/main/kotlin/VersionsAndDependencies.kt index e246230..8f7cabb 100644 --- a/buildSrc/src/main/kotlin/VersionsAndDependencies.kt +++ b/buildSrc/src/main/kotlin/VersionsAndDependencies.kt @@ -8,7 +8,7 @@ val commonDependencies = CommonDependencies() object DependencyVersions { const val composeMultiplatform = ComposeBuildConfig.composeVersion // for "ui-unit" val kobweb = "0.19.2" - val huanshankejiComposeHtml = "0.4.0" // don't use a snapshot version in a main branch + val huanshankejiComposeHtml = "0.4.1-SNAPSHOT" // TODO don't use a snapshot version in a main branch val kmdc = "0.1.2" val materialSymbols = "0.25.1" } diff --git a/buildSrc/src/main/kotlin/common-conventions.gradle.kts b/buildSrc/src/main/kotlin/common-conventions.gradle.kts index 2df0e73..44843f1 100644 --- a/buildSrc/src/main/kotlin/common-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/common-conventions.gradle.kts @@ -8,7 +8,7 @@ plugins { } repositories { - //mavenLocal() // commented out so the build is always reproducible by others // put back if needed when depending on a snapshot + mavenLocal() // TODO comment out when not needed so the build is always reproducible by others mavenCentral() google() maven("https://us-central1-maven.pkg.dev/varabyte-repos/public") // for Kobweb