A relaxed chat room about sbt (the interactive build tool). Also good for sbt help: Stack Overflow, or Lightbend subscription. https://www.scala-sbt.org/support.html has advice on where to go.
eed3si9n on 0.13
Adds bundledLauncherProj to all… Remove launcher tests Add unit tests to Travis and 3 more (compare)
eed3si9n on fixbuild
eed3si9n on fixbuild
Fix typo (compare)
eed3si9n on fixbuild
Adds bundledLauncherProj to all… Remove launcher tests Add unit tests to Travis and 1 more (compare)
eed3si9n on scalaversionbump
eed3si9n on 0.13
Bumping up Scala version to 2.1… Try to keep bincompat Fixes #1666 and 1 more (compare)
eed3si9n on scalaversionbump
Fixes #1666 (compare)
Global
enough, that I've renamed it to Zero
GlobalScope = (Zero, Zero, Zero, Zero)
BaseIvySpecification
Defaults.scala
This
, you wouldn't come across Zero
literally in build.sbt
foo in Global
or Global / foo
Hi, I am trying to run some gatling simulations via sbt, but I am getting this error:
[error] Uncaught exception when running tests: java.lang.NoSuchMethodError: scala.Predef$.refArrayOps([Ljava/lang/Object;)Lscala/collection/mutable/ArrayOps;
sbt.ForkMain$ForkError: java.lang.NoSuchMethodError: scala.Predef$.refArrayOps([Ljava/lang/Object;)Lscala/collection/mutable/ArrayOps;
at io.gatling.sbt.GatlingRunner.tasks(GatlingRunner.scala:30)
at sbt.ForkMain$Run.runTests(ForkMain.java:253)
at sbt.ForkMain$Run.run(ForkMain.java:139)
at sbt.ForkMain.main(ForkMain.java:121)
any pointers on how to resolve this error ?