Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:atomicfu-gradle-plugin from 0.25.0 to 0.26…
Browse files Browse the repository at this point in the history
….1 (#226)

Bumps [org.jetbrains.kotlinx:atomicfu-gradle-plugin](https://github.com/Kotlin/kotlinx.atomicfu) from 0.25.0 to 0.26.1.
- [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.25.0...0.26.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:atomicfu-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2024
1 parent 90c45b7 commit c4387e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ androidx-room26 = "2.6.1"
androidx-test = "1.6.2"
androidx-test-core = "1.6.1"
androidx-test-rules = "1.6.1"
atomicfu = "0.25.0"
atomicfu = "0.26.1"
arrow = "2.0.0-alpha.3"
assertk = "0.28.1"
chasm = "0.9.1"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
classpath("com.saveourtool.diktat:diktat-gradle-plugin:2.0.0")
classpath("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.7")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0-Beta1")
classpath("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.25.0")
classpath("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.26.1")
}
}

Expand Down

0 comments on commit c4387e8

Please sign in to comment.