Skip to content

Commit

Permalink
fix: deprecations for IDEA 2023.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Aug 18, 2023
1 parent a31f031 commit ac92a9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ plugins {
group = properties("pluginGroup")
version = properties("pluginVersion")

dependencies {
implementation("com.jayway.jsonpath:json-path:2.8.0")
}

// Configure project's dependencies
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = com.github.shyim.shopware6
pluginName=shopware6-phpstorm-plugin
pluginVersion=0.0.38
pluginVersion=0.0.39

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit ac92a9a

Please sign in to comment.