Error while building as Maven Project

Hi ,

I am getting below error while creating gatling maven archetype project . can anyone help?

C:\Users\rle0304\workspacegatling\first\src\test\scala\Engine.scala:9: error: value requestBodiesDirectory is not a member of io.gatling.core.config.GatlingPropertiesBuilder
[ERROR] props.requestBodiesDirectory(IDEPathHelper.requestBodiesDirectory.toString)
[ERROR] ^
[ERROR] C:\Users\rle0304\workspacegatling\first\src\test\scala\Recorder.scala:9: error: value requestBodiesFolder is not a member of io.gatling.recorder.config.RecorderPropertiesBuilder
[ERROR] props.requestBodiesFolder(IDEPathHelper.requestBodiesDirectory.toString)
[ERROR] ^
[ERROR] C:\Users\rle0304\workspacegatling\first\src\test\scala\Recorder.scala:11: error: type mismatch;
[ERROR] found : scala.reflect.io.File
[ERROR] required: java.nio.file.Path
[ERROR] RecorderController(props.build, Some(IDEPathHelper.recorderConfigFile))
[ERROR] ^
[ERROR] three errors found

You’re messing up code generated by our maven archetype for a given version of Gatling with Gatling modules with a different version number.

can you please guide me how to solve this issue or need to start from new proj ?