chore(deps): update plugin org.jetbrains.kotlinx.kover to v0.7.3 (#468)
This commit is contained in:
2
.github/workflows/pr_checks.yml
vendored
2
.github/workflows/pr_checks.yml
vendored
@ -28,4 +28,4 @@ jobs:
|
||||
uses: burrunan/gradle-cache-action@v1
|
||||
with:
|
||||
gradle-version: wrapper
|
||||
arguments: test koverMergedReport
|
||||
arguments: test koverHtmlReport
|
||||
|
@ -5,7 +5,7 @@ plugins {
|
||||
id("io.bkbn.sourdough.application.jvm") version "0.12.0" apply false
|
||||
id("io.bkbn.sourdough.root") version "0.12.0"
|
||||
id("com.github.jakemarsden.git-hooks") version "0.0.2"
|
||||
id("org.jetbrains.kotlinx.kover") version "0.6.1"
|
||||
id("org.jetbrains.kotlinx.kover") version "0.7.3"
|
||||
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
|
||||
}
|
||||
|
||||
@ -18,6 +18,10 @@ gitHooks {
|
||||
)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
subprojects.forEach { kover(it) }
|
||||
}
|
||||
|
||||
allprojects {
|
||||
group = "io.bkbn"
|
||||
version = run {
|
||||
|
Reference in New Issue
Block a user