Skip to content

Commit

Permalink
Prepare 1.6.0 gradle plugin release (#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Feb 26, 2020
1 parent 4bb96f7 commit b86dd1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detekt-gradle-plugin/build.gradle.kts
Expand Up @@ -15,11 +15,11 @@ plugins {
kotlin("jvm") version "1.3.61"
id("org.jetbrains.dokka") version "0.10.1"
id("com.github.ben-manes.versions") version "0.27.0"
id("io.gitlab.arturbosch.detekt") version "1.5.1"
id("io.gitlab.arturbosch.detekt") version "1.6.0"
}

group = "io.gitlab.arturbosch.detekt"
version = "1.5.1"
version = "1.6.0"

val spekVersion = "2.0.9"
val junitPlatformVersion = "1.6.0"
Expand Down

0 comments on commit b86dd1e

Please sign in to comment.