Skip to content

Commit

Permalink
Merge pull request #56 from charleskorn/renovate/com.github.ben-manes…
Browse files Browse the repository at this point in the history
….versions-com.github.ben-manes.versions.gradle.plugin-0.x

Update dependency com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin to v0.34.0
  • Loading branch information
charleskorn authored Nov 2, 2020
2 parents b9017cd + 974488a commit 33194c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildscript {
plugins {
kotlin("jvm") version "1.4.10"

apply { id("com.github.ben-manes.versions") version "0.33.0" }
apply { id("com.github.ben-manes.versions") version "0.34.0" }
}

apply(plugin = "kotlinx-serialization")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
plugins {
`kotlin-dsl`

apply { id("com.github.ben-manes.versions") version "0.33.0" }
apply { id("com.github.ben-manes.versions") version "0.34.0" }
}

repositories {
Expand Down

0 comments on commit 33194c6

Please sign in to comment.