File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -415,9 +415,9 @@ project(":experiment") {
415
415
implementation(project(" :" ))
416
416
implementation(project(" :java" ))
417
417
418
- implementation(" com.phodal.chapi:chapi-domain:2.1.2 " )
419
- implementation(" com.phodal.chapi:chapi-ast-java:2.1.2 " )
420
- implementation(" org.archguard.scanner:feat_apicalls:2.0.1 " )
418
+ implementation(" com.phodal.chapi:chapi-domain:2.1.3 " )
419
+ implementation(" com.phodal.chapi:chapi-ast-java:2.1.3 " )
420
+ implementation(" org.archguard.scanner:feat_apicalls:2.0.7 " )
421
421
}
422
422
423
423
// Collects all jars produced by compilation of project modules and merges them into singe one.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pluginGroup = com.phodal.autodev
7
7
pluginName = AutoDev
8
8
pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev
9
9
# SemVer format -> https://semver.org
10
- pluginVersion = 1.4.3
10
+ pluginVersion = 1.4.4
11
11
12
12
# Supported IDEs: idea, pycharm
13
13
baseIDE =idea
You can’t perform that action at this time.
0 commit comments