Skip to content

Commit

Permalink
~fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshin committed May 1, 2024
1 parent bf9ddb9 commit 5c2dca6
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
@@ -1,6 +1,6 @@
[versions]

intellij-coverage = "1.0.752"
intellij-coverage = "1.0.753"
junit = "5.9.0"
kotlinx-bcv = "0.13.2"
kotlinx-dokka = "1.8.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public object KoverVersions {
/**
* Kover coverage tool version.
*/
public const val KOVER_TOOL_VERSION = "1.0.752"
public const val KOVER_TOOL_VERSION = "1.0.753"

/**
* JaCoCo coverage tool version used by default.
Expand Down

0 comments on commit 5c2dca6

Please sign in to comment.