Trying to import the Play Json Library with Gradle 7 to be used in Gatling Scala code plugin 3.8.3.2. It seems to be the finest tool to work Json in this context. I get this error not found: object play at the line where the import play.api.libs.json._ is.
Altought the Official Play Readme indicates that compile group: 'com.typesafe.play', name: 'play-json_2.13', version: -version- should be used, it does not work.
Any idea on how to make the Play Library available?