Skip to content

Commit

Permalink
Update dependency com.github.ben-manes.versions:com.github.ben-manes.…
Browse files Browse the repository at this point in the history
…versions.gradle.plugin to v0.34.0
  • Loading branch information
renovate-bot committed Nov 2, 2020
1 parent b9017cd commit 974488a
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 974488a

Please sign in to comment.