Skip to content

Commit 119f7d3

Browse files
committed
chore: update deps version
1 parent f6b0136 commit 119f7d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,9 @@ project(":experiment") {
415415
implementation(project(":"))
416416
implementation(project(":java"))
417417

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")
421421
}
422422

423423
// Collects all jars produced by compilation of project modules and merges them into singe one.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginGroup = com.phodal.autodev
77
pluginName = AutoDev
88
pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev
99
# SemVer format -> https://semver.org
10-
pluginVersion = 1.4.3
10+
pluginVersion = 1.4.4
1111

1212
# Supported IDEs: idea, pycharm
1313
baseIDE=idea

0 commit comments

Comments
 (0)