Skip to content

Commit

Permalink
Add missing logback integration test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Oct 15, 2023
1 parent a3c3dd0 commit c8d36c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ testing {
runtimeOnly(libs.aws.sdkv1.s3)
implementation(libs.aws.sdkv2.s3)
implementation(libs.okhttp)
runtimeOnly(libs.logback.classic)
}
}
}
Expand Down

0 comments on commit c8d36c8

Please sign in to comment.