Skip to content

Commit

Permalink
Update org.jetbrains.intellij back to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monosoul committed Jul 28, 2022
1 parent bdf6453 commit 2080cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group = "com.github.monosoul"
version = "0.1.2"

plugins {
id("org.jetbrains.intellij") version "1.5.3"
id("org.jetbrains.intellij") version "1.7.0"
kotlin("jvm") version "1.7.10"
id("org.jetbrains.kotlinx.kover") version "0.5.0"
}
Expand Down

0 comments on commit 2080cad

Please sign in to comment.