Skip to content

Commit

Permalink
Merge pull request #407 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.785
  • Loading branch information
ikovalyov authored Aug 2, 2024
2 parents 6a1a0bc + 869b495 commit 130c203
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.784",
"org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.785",
),
)
implementation("org.jetbrains.kotlin-wrappers:kotlin-react")
Expand Down

0 comments on commit 130c203

Please sign in to comment.