Skip to content

Commit

Permalink
Update to AtomicFU 0.17.2 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann authored Apr 16, 2022
1 parent d6f7eaf commit 15e0201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation(kotlin("gradle-plugin", version = "1.6.20"))
implementation(kotlin("serialization", version = "1.6.20"))
implementation("org.jetbrains.dokka", "dokka-gradle-plugin", "1.6.10")
implementation("org.jetbrains.kotlinx", "atomicfu-gradle-plugin", "0.17.1")
implementation("org.jetbrains.kotlinx", "atomicfu-gradle-plugin", "0.17.2")
implementation(gradleApi())
implementation(localGroovy())
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fun VersionCatalogBuilder.common() {
version("kotlinx-coroutines", "1.6.1")
library("kotlinx-serialization", "org.jetbrains.kotlinx", "kotlinx-serialization-json").version("1.3.2")
library("kotlinx-coroutines", "org.jetbrains.kotlinx", "kotlinx-coroutines-core").versionRef("kotlinx-coroutines")
library("kotlinx-atomicfu", "org.jetbrains.kotlinx", "atomicfu").version("0.17.1")
library("kotlinx-atomicfu", "org.jetbrains.kotlinx", "atomicfu").version("0.17.2")
library("kotlin-logging", "io.github.microutils", "kotlin-logging").version("2.1.21")

bundle("common", listOf("kotlinx-serialization", "kotlinx-coroutines", "kotlinx-atomicfu", "kotlin-logging"))
Expand Down

0 comments on commit 15e0201

Please sign in to comment.