Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LibDependencies.scala #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 24, 2024

  1. Update LibDependencies.scala

    Updated dependencies to only depend on play-json, because depending on play is pulling in some extra bits that are causing problems with performance test repos gatling version due to evictions
    
    DISCLAIMER - I don't know all the contexts this library is used in to understand if those extra transitive dependencies are needed by dependent repositories
    
    without this, performance test repos who want to use uk.gov.hmrc:domain-play-30 need to exclude slf4j, like this:
    
    ```
    "uk.gov.hmrc"  %% "domain-play-30"  % "9.0.0"  % Test exclude("org.slf4j", "slf4j-api")
    ```
    oscarduignan authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3ad3844 View commit details
    Browse the repository at this point in the history