From 830bc737b27674060a1ce83368e91345e8dd125d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Jan 2025 14:30:55 +0000 Subject: [PATCH] Update kover-cli, kover-jvm-agent to 0.9.1 --- build.mill | 2 +- example/kotlinlib/linting/4-kover/build.mill | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.mill b/build.mill index 1d3cd3c48e3..7a68eda45fe 100644 --- a/build.mill +++ b/build.mill @@ -204,7 +204,7 @@ object Deps { object RuntimeDeps { val dokkaVersion = "2.0.0" - val koverVersion = "0.8.3" + val koverVersion = "0.9.1" val detektCli = ivy"io.gitlab.arturbosch.detekt:detekt-cli:1.23.7" val dokkaAnalysisDescriptors = diff --git a/example/kotlinlib/linting/4-kover/build.mill b/example/kotlinlib/linting/4-kover/build.mill index 56a87090da6..f3b6cea3eb4 100644 --- a/example/kotlinlib/linting/4-kover/build.mill +++ b/example/kotlinlib/linting/4-kover/build.mill @@ -17,7 +17,7 @@ object `package` extends RootModule with KotlinModule with KoverModule { def kotlinVersion = "1.9.24" - override def koverVersion = "0.8.3" + override def koverVersion = "0.9.1" object test extends KotlinTests with KotestTests with KoverTests