Skip to content

Commit fe734e3

Browse files
Bump org.jetbrains.kotlinx:atomicfu from 0.31.0 to 0.32.0
Bumps [org.jetbrains.kotlinx:atomicfu](https://github.com/Kotlin/kotlinx.atomicfu) from 0.31.0 to 0.32.0. - [Release notes](https://github.com/Kotlin/kotlinx.atomicfu/releases) - [Changelog](https://github.com/Kotlin/kotlinx-atomicfu/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.atomicfu/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:atomicfu dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9cdf2ce commit fe734e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ benchmark-runtime = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime"
3333
serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinx-serialization" }
3434
serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
3535
kotlinx-io-core = { module="org.jetbrains.kotlinx:kotlinx-io-core", version.ref="kotlinx-io" }
36-
kotlinx-atomicfu = { module = "org.jetbrains.kotlinx:atomicfu", version = "0.31.0" }
36+
kotlinx-atomicfu = { module = "org.jetbrains.kotlinx:atomicfu", version = "0.32.0" }
3737
kotlin-test-junit5 = { module = "org.jetbrains.kotlin:kotlin-test-junit5", version.ref = "kotlin" }
3838

3939
[plugins]

0 commit comments

Comments
 (0)