Upgrading to Gatling 3 happened at the same time as a required move to artifactory so I’m not sure which if one or both are responsible but I’m getting the following error running my simulation on Ubuntu. Mac OS seems fine as well as Intellij. I’ve tried adding sbt to the pom and a few different strategies for resolving dependencies, no luck.
java.lang.NoClassDefFoundError: Could not initialize class sbt.internal.io.Milli$
at sbt.io.IO$.getModifiedTimeOrZero(IO.scala:1214)
at sbt.internal.inc.caching.ClasspathCache$.fromCacheOrHash$1(ClasspathCache.scala:33)
at sbt.internal.inc.caching.ClasspathCache$.$anonfun$hashClasspath$1(ClasspathCache.scala:42)
at scala.collection.parallel.mutable.ParArray$Map.leaf(ParArray.scala:656)
Any suggestions on how to fix?
TIA, ML