Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.kotlin:kotlinx-atomicfu-runtime
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlinx-atomicfu-runtime](https://github.com/JetBrains/kotlin) from 1.8.20-RC to 1.9.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlinx-atomicfu-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 8129124 commit cbe001f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/model/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {

js {
// KT-57235: fix for atomicfu-runtime error
api("org.jetbrains.kotlin:kotlinx-atomicfu-runtime:1.8.20-RC")
api("org.jetbrains.kotlin:kotlinx-atomicfu-runtime:1.9.20")

implementation(projects.packages.frontend)
implementation(libs.kotlinx.coroutines.core.js)
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ dependencies {

js {
// KT-57235: fix for atomicfu-runtime error
api("org.jetbrains.kotlin:kotlinx-atomicfu-runtime:1.8.20-RC")
api("org.jetbrains.kotlin:kotlinx-atomicfu-runtime:1.9.20")
}
}
2 changes: 1 addition & 1 deletion packages/test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {

js {
// KT-57235: fix for atomicfu-runtime error
api("org.jetbrains.kotlin:kotlinx-atomicfu-runtime:1.8.20-RC")
api("org.jetbrains.kotlin:kotlinx-atomicfu-runtime:1.9.20")
api(kotlin("stdlib-js"))
api(kotlin("test"))
api(libs.kotlinx.coroutines.test)
Expand Down

0 comments on commit cbe001f

Please sign in to comment.