gatling.conf is outdated

Trying to run my test after updating to 2.0.1 gives me this error:

16:33:49.064 [ERROR] i.g.c.c.GatlingConfiguration$ - Your gatling.conf file is outdated, some properties have been renamed or removed.
Please update (check gatling.conf in Gatling bundle, or gatling-default.conf in gatling-core jar).
Enabled obsolete properties:
‘gatling.http.ahc.requestTimeoutInMs’ was renamed into gatling.http.ahc.requestTimeout.
There is no simulation script. Please check that your scripts are in user-files/simulations

I have scripts in my IntelliJ project, but Gatling does not find them (There is no simulation script. Please check that your scripts are in user-files/simulations).

How can I tell gatling to look in the folder where my simulations are?

Obviously it looks in the bundle folder, but I want Gatling to lok here:

C:\onefolder\two-folder\gatling\src\test\scala\com\sas

But it looks in:

user-files/simulations

And how do I fix “Your gatling.conf file is outdated, some properties have been renamed or removed”

I am using IntelliJ and maven.

Magnus

My POM:

`

excilys Excilys Repository http://repository.excilys.com/content/groups/public never false 1.6 1.6 2.10.4 UTF-8 2.0.1 2.0.1 3.1.5 io.gatling gatling-app ${gatling.version} io.gatling gatling-recorder ${gatling.version} io.gatling.highcharts gatling-charts-highcharts ${gatling-highcharts.version} org.scala-lang scala-library ${scala.version} io.gatling.highcharts gatling-charts-highcharts io.gatling gatling-app io.gatling gatling-recorder org.scala-lang scala-library src/main/scala src/test/scala net.alchim31.maven scala-maven-plugin ${scala-maven-plugin.version} net.alchim31.maven scala-maven-plugin compile testCompile -target:jvm-1.6 -deprecation -feature -unchecked -language:implicitConversions -language:postfixOps

`

Running maven clean install gives me error:

[ERROR] Plugin net.alchim31.maven:scala-maven-plugin:3.2.3 or one of its depende
ncies could not be resolved: Could not find artifact net.alchim31.maven:scala-ma
ven-plugin:jar:3.2.3 in central (https://repo.maven.apache.org/maven2) → [Help

Any help?