From e21110647bc91b132e0d68722f50e12e56c31b08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 21:53:39 +0000 Subject: [PATCH] chore(deps): update plugin kotlin-benchmark to v0.4.10 --- libs.example.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.example.versions.toml b/libs.example.versions.toml index b5eedfcfb..51192a60f 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -50,7 +50,7 @@ agroal-pool = { module = "io.agroal:agroal-pool", version = "2.2" } h2 = { module = "com.h2database:h2", version = "2.2.224" } [plugins] -kotlin-benchmark = { id = "org.jetbrains.kotlinx.benchmark", version = "0.4.9" } +kotlin-benchmark = { id = "org.jetbrains.kotlinx.benchmark", version = "0.4.10" } kotlin-allopen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "kotlin" } kotlin-noarg = { id = "org.jetbrains.kotlin.plugin.noarg", version.ref = "kotlin" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }