Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-wra…
Browse files Browse the repository at this point in the history
…ppers-bom to v1.0.0-pre.836
  • Loading branch information
renovate-bot committed Nov 23, 2024
1 parent 115e59d commit a6624e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ allprojects {
dependencies {
"commonMainApi"(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0"))
"commonMainApi"(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.7.3"))
"jsMainImplementation"(enforcedPlatform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.814"))
"jsMainImplementation"(enforcedPlatform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.836"))
if (project.path != ":test-library") {
"jsTestImplementation"(rootProject.projects.testLibrary)
}
Expand Down

0 comments on commit a6624e6

Please sign in to comment.