sbt lunch issue

Hi all,

I 'm new user for Gatling and i wat to create some scenario for my gerrit server . SO i’m started with this example :
https://github.com/gatling/gatling-sbt-plugin-demo

The problem is when i lunch sbt command i have this issue :

[info] [launcher] getting org.scala-sbt sbt 1.3.10 (this may take some time)…

:: problems summary ::
:::: WARNINGS
Your proxy requires authentication.

module not found: org.scala-sbt#sbt;1.3.10

==== my-maven-proxy-releases: tried

http://dl.bintray.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.13.9/jars/org/scala-sbt/sbt/1.3.10/sbt-1.3.10.pom

– artifact org.scala-sbt#sbt;1.3.10!sbt.jar:

http://dl.bintray.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.13.9/jars/org/scala-sbt/sbt/1.3.10/sbt-1.3.10.jar

==== my-ivy-proxy-releases: tried

http://dl.bintray.com/typesafe/ivy-releases/org.scala-sbt.ivy/ivy/2.3.0-sbt-14d4d23e25f354cd296c73bfff405544434d5f80/ivys/org/scala-sbt/sbt/1.3.10/sbt-1.3.10.pom

– artifact org.scala-sbt#sbt;1.3.10!sbt.jar:

http://dl.bintray.com/typesafe/ivy-releases/org.scala-sbt.ivy/ivy/2.3.0-sbt-14d4d23e25f354cd296c73bfff405544434d5f80/ivys/org/scala-sbt/sbt/1.3.10/sbt-1.3.10.jar

::::::::::::::::::::::::::::::::::::::::::::::

:: UNRESOLVED DEPENDENCIES ::

::::::::::::::::::::::::::::::::::::::::::::::

:: org.scala-sbt#sbt;1.3.10: not found

::::::::::::::::::::::::::::::::::::::::::::::

:::: ERRORS
SERVER ERROR: Internal Server Error url=http://dl.bintray.com/typesafe/ivy-releases/org.scala-sbt/sbt/0.13.9/jars/org/scala-sbt/sbt/1.3.10/sbt-1.3.10.jar

SERVER ERROR: Internal Server Error url=http://dl.bintray.com/typesafe/ivy-releases/org.scala-sbt.ivy/ivy/2.3.0-sbt-14d4d23e25f354cd296c73bfff405544434d5f80/ivys/org/scala-sbt/sbt/1.3.10/sbt-1.3.10.pom

SERVER ERROR: Internal Server Error url=http://dl.bintray.com/typesafe/ivy-releases/org.scala-sbt.ivy/ivy/2.3.0-sbt-14d4d23e25f354cd296c73bfff405544434d5f80/ivys/org/scala-sbt/sbt/1.3.10/sbt-1.3.10.jar

:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
[error] [launcher] unresolved dependency: org.scala-sbt#sbt;1.3.10: not found
[error] [launcher] error during sbt launcher: error retrieving required libraries
(see /root/.sbt/boot/update.log for complete log)
[error] [launcher] could not retrieve sbt 1.3.10

Anu help please

BR

Error is pretty self explanatory: Your proxy requires authentication.

You’re in your company’s network and you can’t reach the internet without going through a proxy that requires authentication.

As you’re not familiar with sbt, you should stick to maven. See official doc on how to set up a proxy: https://maven.apache.org/guides/mini/guide-proxies.html