Skip to content

Commit ac92a9a

Browse files
committed
fix: deprecations for IDEA 2023.3
1 parent a31f031 commit ac92a9a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ plugins {
1818
group = properties("pluginGroup")
1919
version = properties("pluginVersion")
2020

21+
dependencies {
22+
implementation("com.jayway.jsonpath:json-path:2.8.0")
23+
}
24+
2125
// Configure project's dependencies
2226
repositories {
2327
mavenCentral()

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pluginGroup = com.github.shyim.shopware6
55
pluginName=shopware6-phpstorm-plugin
6-
pluginVersion=0.0.38
6+
pluginVersion=0.0.39
77

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

0 commit comments

Comments
 (0)