Skip to content

Commit fdd94a6

Browse files
committed
Update dependencies
1 parent 48b1d26 commit fdd94a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fun properties(key: String) = project.findProperty(key).toString()
66

77
plugins {
88
id("org.jetbrains.kotlin.jvm") version "1.6.20"
9-
id("org.jetbrains.intellij") version "1.7.0"
9+
id("org.jetbrains.intellij") version "1.9.0"
1010
id("org.jetbrains.changelog") version "1.3.1"
1111
}
1212

src/main/resources/META-INF/plugin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<depends>com.intellij.modules.lang</depends>
88
<depends>com.intellij.modules.python</depends>
9-
<depends>com.intellij.modules.platform</depends>
109

1110
<extensions defaultExtensionNs="com.intellij">
1211
<codeInsight.inlayProvider language="Python" implementationClass="space.whitememory.pythoninlayparams.types.variables.PythonVariablesInlayTypeHintsProvider"/>

0 commit comments

Comments
 (0)