.doIfEquals not working with gatling version 3.7.6

Hi,

I have been using the gatling version 3.6.1 in my application for the performance testing. Recently I upgraded the version to 3.7.6 and observed that all the conditional statements were not working. The below doIfEquals condition is not evaluating to true even if the value of index variable, stored in session is 1. On reverting it to previous version, I am not running into this issue.

.doIfEquals("${index}", 1) {
//logic 
}

That’s Core: New implicits in core.Predef breaks logic with Expression[Any] · Issue #4195 · gatling/gatling · GitHub that we fixed in 3.8.0.