From 26d57561344377cc4f3ab7b8507accb0051fee85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 15:19:11 +0000 Subject: [PATCH] chore(deps): update plugin multijvmtesting to v4.3.6 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b8270504ce..8a9f4b87fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -190,7 +190,7 @@ hugo = "io.github.fstaudt.hugo:0.12.0" kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } ktor = { id = "io.ktor.plugin", version.ref = "ktor" } -multiJvmTesting = "org.danilopianini.multi-jvm-test-plugin:4.3.5" +multiJvmTesting = "org.danilopianini.multi-jvm-test-plugin:4.3.6" publishOnCentral = "org.danilopianini.publish-on-central:9.2.4" scalafmt = "cz.augi.gradle.scalafmt:1.21.5" shadowJar = "com.gradleup.shadow:9.4.1"