File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 1.9.20 "
3- jetbrains- intellij = " 1.17.0 "
4- jetbrains- grammarkit = " 2021.2.2"
5- commons-validator = " 1.7 "
6- org- json = " 20231013 "
7- org-json-schema = " 1.14.3 "
2+ kotlin = " 1.9.23 "
3+ intellij = " 1.17.3 "
4+ grammarkit = " 2021.2.2"
5+ json = " 20240303 "
6+ json-schema = " 1.14.4 "
7+ commons-validator = " 1.8.0 "
88
99[libraries ]
10+ org-json = { group = " org.json" , name = " json" , version.ref = " json" }
11+ org-json-schema = { group = " com.github.everit-org.json-schema" , name = " org.everit.json.schema" , version.ref = " json-schema" }
1012commons-validator = { group = " commons-validator" , name = " commons-validator" , version.ref = " commons-validator" }
11- org-json = { group = " org.json" , name = " json" , version.ref = " org-json" }
12- org-json-schema = { group = " com.github.everit-org.json-schema" , name = " org.everit.json.schema" , version.ref = " org-json-schema" }
1313
1414[plugins ]
1515kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
16- jetbrains-intellij = { id = " org.jetbrains.intellij" , version.ref = " jetbrains- intellij" }
17- jetbrains-grammarkit = { id = " org.jetbrains.grammarkit" , version.ref = " jetbrains- grammarkit" }
16+ jetbrains-intellij = { id = " org.jetbrains.intellij" , version.ref = " intellij" }
17+ jetbrains-grammarkit = { id = " org.jetbrains.grammarkit" , version.ref = " grammarkit" }
You can’t perform that action at this time.
0 commit comments