Skip to content

Commit

Permalink
Change dependency from implementation to api
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Feb 13, 2024
1 parent dbb15cf commit 164ef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-runtime/aws-config/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin {
dependencies {
api(project(":aws-runtime:aws-core"))
api(libs.smithy.kotlin.aws.credentials)
implementation(libs.smithy.kotlin.http)
api(libs.smithy.kotlin.http)
implementation(libs.smithy.kotlin.http.auth)
implementation(libs.smithy.kotlin.telemetry.api)
implementation(libs.smithy.kotlin.http.client.engine.default)
Expand Down

0 comments on commit 164ef76

Please sign in to comment.