Which version and dependency name of WireMock is java 8 compatible as a dependency in build.sbt file in a Play project?
Updated:
We have another spring-boot application also using WireMock to write some tests (JAVA 17), and I found we’re using this version.
Which name is the correct one to add WireMock as a dependency compatible to java8 in the build.sbt file in a Play project?
I’m working on a Play project (java 8) and want to use WireMock as the library to add some tests for http calls.
However, I can’t find a java 8 compatible version and add it as dependency in my project.