Skip to content

Commit d5a915c

Browse files
committed
v2023.1.0
1 parent b359a36 commit d5a915c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313

1414

1515
group = "com.emberjs"
16-
version = "2022.4.1"
16+
version = "2023.1.0"
1717

1818
// Configure project's dependencies
1919
repositories {
@@ -32,7 +32,7 @@ intellij {
3232

3333
// see https://www.jetbrains.com/intellij-repository/releases/
3434
// and https://www.jetbrains.com/intellij-repository/snapshots/
35-
version.set("2022.3.2")
35+
version.set("2023.1")
3636
type.set("IU")
3737

3838
downloadSources.set(!System.getenv().containsKey("CI"))
@@ -42,7 +42,7 @@ intellij {
4242
// Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
4343
//
4444
// com.dmarcotte.handlebars: see https://plugins.jetbrains.com/plugin/6884-handlebars-mustache/versions
45-
plugins.set(listOf("JavaScript", "com.intellij.css", "org.jetbrains.plugins.yaml", "com.dmarcotte.handlebars:223.7571.117"))
45+
plugins.set(listOf("JavaScript", "com.intellij.css", "org.jetbrains.plugins.yaml", "com.dmarcotte.handlebars:231.8109.91"))
4646

4747
sandboxDir.set(project.rootDir.canonicalPath + "/.sandbox")
4848
}

0 commit comments

Comments
 (0)