Skip to content

Commit

Permalink
Merge pull request #406 from ikovalyov/renovate/org.jetbrains.kotlin-…
Browse files Browse the repository at this point in the history
…wrappers-kotlin-wrappers-bom-1.x

fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom to v1.0.0-pre.784
  • Loading branch information
ikovalyov authored Jul 31, 2024
2 parents ff184fb + f1a79b0 commit 8328ca4
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 @@ -81,7 +81,7 @@ kotlin {
implementation(kotlin("stdlib-js"))
implementation(
project.dependencies.enforcedPlatform(
"org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.780",
"org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.784",
),
)
implementation("org.jetbrains.kotlin-wrappers:kotlin-react")
Expand Down

0 comments on commit 8328ca4

Please sign in to comment.