Skip to content

Commit

Permalink
Merge branch 'getomni:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconsgs authored Oct 27, 2021
2 parents 7d5c214 + dafc35b commit 6033b00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ fun properties(key: String) = project.findProperty(key).toString()

plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.5.20"
id("org.jetbrains.kotlin.jvm") version "1.5.31"
id("org.jetbrains.intellij") version "0.7.3"
id("org.jetbrains.changelog") version "1.1.2"
id("io.gitlab.arturbosch.detekt") version "1.16.0"
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
id("org.jlleitschuh.gradle.ktlint") version "10.2.0"
}

group = properties("pluginGroup")
Expand All @@ -21,7 +21,7 @@ repositories {
jcenter()
}
dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.16.0")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.18.1")
}

intellij {
Expand Down

0 comments on commit 6033b00

Please sign in to comment.