Skip to content

Commit ac2abd1

Browse files
committed
fix: not follow the openai README
1 parent 0c4dea7 commit ac2abd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
// implementation(libs.annotations)
3939
implementation("org.kohsuke:github-api:1.314")
4040
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")
4242

4343
implementation("org.commonmark:commonmark:0.21.0")
4444
implementation("org.slf4j:slf4j-api:2.0.7")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.phodal.autodev
44
pluginName = AutoDev
55
pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.0.6
7+
pluginVersion = 0.0.7
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 221.*

0 commit comments

Comments
 (0)