File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ val nxlsRoot = "${rootDir}/dist/apps/nxls"
1212layout.buildDirectory = file(" ${rootDir} /dist/apps/intellij" )
1313
1414plugins {
15- id(" dev.nx.gradle.project-graph" ) version (" 0.1.9 " )
15+ id(" dev.nx.gradle.project-graph" ) version (" 0.1.10 " )
1616 id(" java" )
1717 id(" org.jetbrains.changelog" ) version " 2.4.0"
1818 id(" org.jetbrains.intellij.platform" ) version " 2.9.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ group = "dev.nx.console"
33layout.buildDirectory = File (" dist" )
44
55plugins {
6- id(" dev.nx.gradle.project-graph" ) version " 0.1.9 "
6+ id(" dev.nx.gradle.project-graph" ) version " 0.1.10 "
77 id(" com.ncorti.ktfmt.gradle" ) version " 0.24.0"
88
99 id(" org.jetbrains.kotlin.jvm" ) version " 2.2.0"
You can’t perform that action at this time.
0 commit comments