Skip to content

Commit 799c78f

Browse files
authored
upgrade intellij (#179)
1 parent 9a71e90 commit 799c78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ dependencies {
3535
// and https://www.jetbrains.com/intellij-repository/snapshots/
3636
// https://plugins.jetbrains.com/plugin/6884-handlebars-mustache/versions/stable
3737
intellijPlatform {
38-
plugins(listOf("com.dmarcotte.handlebars:242.20224.159"))
38+
plugins(listOf("com.dmarcotte.handlebars:243.15521.24"))
3939
bundledPlugins(listOf("JavaScript", "com.intellij.css", "org.jetbrains.plugins.yaml"))
4040
pluginVerifier()
4141
zipSigner()
4242
instrumentationTools()
4343
testFramework(TestFrameworkType.Platform)
44-
create(IntelliJPlatformType.IntellijIdeaUltimate, "242.20224.159")
44+
create(IntelliJPlatformType.IntellijIdeaUltimate, "243.15521.24")
4545
}
4646
}
4747

0 commit comments

Comments
 (0)