From 93e228ea0989880915d117375d90f6f589764f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 05:19:18 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:atomicfu from 0.30.0 to 0.31.0 Bumps [org.jetbrains.kotlinx:atomicfu](https://github.com/Kotlin/kotlinx.atomicfu) from 0.30.0 to 0.31.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/compare/0.30.0...0.31.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:atomicfu dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c41a17d6e..9d20b6b06 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ kotlin = "2.3.0" kotlin-coroutines = "1.10.2" kotlin-serialization = "1.10.0" kotlin-datetime = "0.7.1-0.6.x-compat" -kotlin-atomicfu = "0.30.0" +kotlin-atomicfu = "0.31.0" kotlin-dokka = "2.1.0" kotlinx-browser = "0.5.0" lwjgl = "3.4.0"