Skip to content

Commit 7cf6c57

Browse files
build(deps): Bump atomicfu from 0.24.0 to 0.25.0
Bumps `atomicfu` from 0.24.0 to 0.25.0. Updates `org.jetbrains.kotlinx:atomicfu-gradle-plugin` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/Kotlin/kotlinx.atomicfu/releases) - [Changelog](https://github.com/Kotlin/kotlinx-atomicfu/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx-atomicfu@0.24.0...0.25.0) Updates `org.jetbrains.kotlinx:atomicfu` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/Kotlin/kotlinx.atomicfu/releases) - [Changelog](https://github.com/Kotlin/kotlinx-atomicfu/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx-atomicfu@0.24.0...0.25.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:atomicfu-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:atomicfu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a5ab95 commit 7cf6c57

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
@@ -49,7 +49,7 @@ kover = "0.8.1"
4949

5050
# AtomicFU: The idiomatic way to use atomic operations in Kotlin
5151
# https://github.com/Kotlin/kotlinx-atomicfu/releases.
52-
atomicfu = "0.24.0"
52+
atomicfu = "0.25.0"
5353

5454
# Java Microbenchmark Harness (JMH)
5555
# https://github.com/openjdk/jmh/tags

0 commit comments

Comments
 (0)