Skip to content

Commit

Permalink
gradle-versions-plugin 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Michel Fayard committed Sep 10, 2019
1 parent 2029736 commit 47ef29f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ See https://github.com/jmfayard/buildSrcVersions/issues/55


- Upgrade to Gradle 5.6.2
- rejectVersionsIf { ... } from https://github.com/ben-manes/gradle-versions-plugin/issues/325
- Order dependencies by length #65
- Improve code quality
- Write more and better tests
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pluginBundle {
dependencies {
testImplementation("io.kotlintest:kotlintest-runner-junit5:3.1.9")

implementation("com.github.ben-manes:gradle-versions-plugin:0.24.0")
implementation("com.github.ben-manes:gradle-versions-plugin:0.25.0")

implementation("com.squareup.okio:okio:2.1.0")
implementation( "com.squareup.moshi:moshi:1.7.0")
Expand Down

0 comments on commit 47ef29f

Please sign in to comment.