ScalaBot/build.gradle.kts
dependabot[bot] 0a9d3265b6
build(deps): bump org.jetbrains.kotlinx.kover from 0.7.0 to 0.7.2
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.7.0 to 0.7.2.
- [Release notes](https://github.com/Kotlin/kotlinx-kover/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx-kover/compare/v0.7.0...v0.7.2)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx.kover
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 07:08:07 +00:00

17 lines
354 B
Plaintext

plugins {
kotlin("jvm") version "1.8.21" apply false
id("org.jetbrains.kotlinx.kover") version "0.7.2" apply false
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.1" apply false
}
allprojects {
repositories {
mavenCentral()
}
dependencies {
}
group = "net.lamgc"
version = "0.6.0"
}