Hello,
We are using the Gatling Gradle plugin our project and it seems the “scala-library” dependency is being added to the implementation configuration so when the project is bundled as a JAR, we also include it.
From the code, it seems this happens from gatling-gradle-plugin/GatlingPlugin.groovy at main · gatling/gatling-gradle-plugin · GitHub, not sure if this is required.
Thanks!