We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1eb57e commit 29d2460Copy full SHA for 29d2460
build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
// and https://www.jetbrains.com/intellij-repository/snapshots/
36
// https://plugins.jetbrains.com/plugin/6884-handlebars-mustache/versions/stable
37
intellijPlatform {
38
- plugins(listOf("com.dmarcotte.handlebars:243.16718.22"))
+ plugins(listOf("com.dmarcotte.handlebars:243.21155.22"))
39
bundledPlugins(listOf("JavaScript", "com.intellij.css", "org.jetbrains.plugins.yaml"))
40
pluginVerifier()
41
zipSigner()
0 commit comments