File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
38
38
// implementation(libs.annotations)
39
39
implementation(" org.kohsuke:github-api:1.314" )
40
40
implementation(" com.aallam.openai:openai-client:3.2.0" )
41
- runtimeOnly (" io.ktor:ktor-client-apache:2.2.4" )
41
+ implementation (" io.ktor:ktor-client-apache:2.2.4" )
42
42
43
43
implementation(" org.commonmark:commonmark:0.21.0" )
44
44
implementation(" org.slf4j:slf4j-api:2.0.7" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.phodal.autodev
4
4
pluginName = AutoDev
5
5
pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 0.0.6
7
+ pluginVersion = 0.0.7
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 221.*
You can’t perform that action at this time.
0 commit comments