But now when I try to run Gatling tests, I get this compilation error:
Hi. I am interested in using the awaitility_scala in a gatling load test project, but when I add this dependency to my POM:
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility-scala</artifactId>
<version>3.1.0</version>
</dependency>
I get this when I try to run gatling tests:
```
|Exception in thread "main" java.lang.AbstractMethodError: Method Engine$.scala$App$_setter_$executionStart_$eq(J)V is abstract
at Engine$.scala$App$_setter_$executionStart_$eq(Engine.scala)
at scala.App$class.$init$(App.scala:44)
at Engine$.<init>(Engine.scala:4)
at Engine$.<clinit>(Engine.scala)
at Engine.main(Engine.scala)
```
Do you have any ideas on dealing iwth this?