error while using feeders

07:04:40.884 [ERROR] i.g.a.ZincCompiler$ - C:\Users\srinivasnl\Desktop\gatling-charts-highcharts-2.0.0-M2-bundle\gatling-charts-highcharts-2.0.0-M2\user-files\simulations\m\RecordedSimulation.scala:237: value users is not a member of io.gatling.core.structure.ScenarioBuilder
07:04:40.889 [ERROR] i.g.a.ZincCompiler$ - setUp(scn.users(10).protocolConfig(httpConf))
07:04:40.890 [ERROR] i.g.a.ZincCompiler$ - ^ 07:04:40.915 [ERROR] i.g.a.ZincCompiler$ - one error found
this is the error i got while incresing number of users
scenario i got while rocording
setup(scn.inject(atOnce(1 user)).protocolConfig(httpConf))
to increase number of users i changed
setUp(scn.users(10).protocolConfig(httpConf))
and got the above error

You are mixing Gatling1 and Gatling2 syntax, please read this wiki page first : https://github.com/excilys/gatling/wiki/Gatling-2#wiki-inject

Cheers
Nicolas