Skip to content

Commit

Permalink
build(deps): bump org.jetbrains.kotlinx.benchmark from 0.4.11 to 0.4.12
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.kotlinx.benchmark from 0.4.11 to 0.4.12.

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx.benchmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 6e1d82a commit 1879d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import kotlinx.benchmark.gradle.JvmBenchmarkTarget
plugins {
java
kotlin("jvm") version libs.versions.kotlin
id("org.jetbrains.kotlinx.benchmark") version "0.4.11"
id("org.jetbrains.kotlinx.benchmark") version "0.4.12"
kotlin("plugin.allopen") version libs.versions.kotlin
kotlin("plugin.serialization") version libs.versions.kotlin
kotlin("plugin.noarg") version libs.versions.kotlin
Expand Down

0 comments on commit 1879d67

Please sign in to comment.