[FIXED] Re: [Gatling List] Error configuring gatling-sbt using enablePlugins(GatlingPlugin)

Pierre, that was it! Unbeknownst to me, there was a file, project/build.properties, that fixed the sbt version at 0.13.5! I updated to 0.13.7 and was able to load the project fine.

Thanks!

emoji_u1f37a.png

Glad you could fix it :wink:
In your case, SBT was locked to a version that did not allow to use enablePlugins that way (which was introduced in SBT 0.13.6).

Cheers,

Pierre