build(deps): bump org.jetbrains.intellij in /code_samples/psi_demo

Bumps org.jetbrains.intellij from 1.0 to 1.1.2.

---
updated-dependencies:
- dependency-name: org.jetbrains.intellij
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-05 08:42:04 +00:00 committed by Jakub Chrzanowski
parent d89c96bcdd
commit 615bec38ce

View File

@ -2,7 +2,7 @@
plugins {
id 'java'
id 'org.jetbrains.intellij' version '1.0'
id 'org.jetbrains.intellij' version '1.1.2'
}
group 'org.intellij.sdk'