Skip to content

Commit d7b15d5

Browse files
authored
Merge pull request #277 from modelix/dependabot/gradle/org.jetbrains.intellij-1.16.0
build(deps): bump org.jetbrains.intellij from 1.15.0 to 1.16.0
2 parents 85c1930 + dfe28a8 commit d7b15d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mps-model-server-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22

33
plugins {
44
id("org.jetbrains.kotlin.jvm")
5-
id("org.jetbrains.intellij") version "1.15.0"
5+
id("org.jetbrains.intellij") version "1.16.0"
66
}
77

88
val mpsToIdeaMap = mapOf(

0 commit comments

Comments
 (0)