From bdde16c213d5e9572f9ba66541fab7a6117c15f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:02:59 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:atomicfu from 0.15.0 to 0.20.0 Bumps [org.jetbrains.kotlinx:atomicfu](https://github.com/Kotlin/kotlinx.atomicfu) from 0.15.0 to 0.20.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.15.0...0.20.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:atomicfu dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 651936b..487c4bc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { // Base implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.21") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2") - implementation("org.jetbrains.kotlinx:atomicfu:0.15.0") + implementation("org.jetbrains.kotlinx:atomicfu:0.20.0") implementation("net.dv8tion:JDA:4.2.0_225") // Core