Skip to content

Commit

Permalink
build: added versions plugin
Browse files Browse the repository at this point in the history
- run ./gradlew dependencyUpdates to see outdated dependencies and their update paths
  • Loading branch information
janniclas committed Aug 23, 2024
1 parent 74a1039 commit fa05900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

plugins {
id("com.github.jmongard.git-semver-plugin") version "0.12.10"
id("com.github.ben-manes.versions") version "0.51.0"
}

semver {
Expand Down

0 comments on commit fa05900

Please sign in to comment.