Skip to content

Commit

Permalink
Fixed dependency scope
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Sep 21, 2023
1 parent 282142c commit 2b6efca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spotless {
}

dependencies {
compileOnlyApi "org.wiremock:wiremock:$versions.wiremock"
api "org.wiremock:wiremock:$versions.wiremock"

api "io.grpc:grpc-bom:$versions.grpc"
api "io.grpc:grpc-protobuf:$versions.grpc"
Expand Down

0 comments on commit 2b6efca

Please sign in to comment.