mirror of
https://github.com/wgtunnel/android.git
synced 2026-07-03 14:07:49 +02:00
aef95467f9
Bumps [org.semver4j:semver4j](https://github.com/semver4j/semver4j) from 5.7.0 to 5.7.1. - [Release notes](https://github.com/semver4j/semver4j/releases) - [Commits](https://github.com/semver4j/semver4j/compare/v5.7.0...v5.7.1) --- updated-dependencies: - dependency-name: org.semver4j:semver4j dependency-version: 5.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
232 B
Kotlin
14 lines
232 B
Kotlin
plugins {
|
|
`kotlin-dsl` // enable the Kotlin-DSL
|
|
}
|
|
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.semver4j:semver4j:5.7.1")
|
|
implementation("org.ajoberstar.grgit:grgit-core:5.3.0")
|
|
}
|