org.scala-sbt#sbt;0.13.15: not found
See original GitHub issuesteps
- download sbt-0.13.15.zip
- extract to
/usr/local/sbt
- set SBT_HOME and add $SBT_HOME/bin to PATH
- run
sbt
in terminal
problem
Can’t run sbt, got org.scala-sbt#sbt;0.13.15: not found
Full log:
Getting org.scala-sbt sbt 0.13.15 (this may take some time)...
:: problems summary ::
:::: WARNINGS
module not found: org.scala-sbt#sbt;0.13.15
==== local: tried
/home/duyrau/.ivy2/local/org.scala-sbt/sbt/0.13.15/ivys/ivy.xml
-- artifact org.scala-sbt#sbt;0.13.15!sbt.jar:
/home/duyrau/.ivy2/local/org.scala-sbt/sbt/0.13.15/jars/sbt.jar
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.scala-sbt#sbt;0.13.15: not found
::::::::::::::::::::::::::::::::::::::::::::::
:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
unresolved dependency: org.scala-sbt#sbt;0.13.15: not found
Error during sbt execution: Error retrieving required libraries
(see /home/duyrau/.sbt/boot/update.log for complete log)
Error: Could not retrieve sbt 0.13.15
expectation
sbt
run successfully without download dependencies due to offline-installation
notes
OS: Ubuntu 16.04 LTS 64 bit Scala: 2.11.8 JDK: Oracle JDk 1.8.0_102
Issue Analytics
- State:
- Created 6 years ago
- Comments:9
Top Results From Across the Web
sbt build failed - module not found: org.scala-sbt#sbt;0.13.5
Try to install ssl certificates. You can try using the command below. It helped me to solve the same issue. (Ubuntu 15.04)
Read more >Download - sbt
Install sbt with cs setup Follow Install page, and install Scala using Coursier. This should install the latest stable version of sbt ....
Read more >sbt build failed – module not found: org.scala-sbt#sbt;0.13.5
I'm unsuccessfully trying to adjust sbt build for the existiing Scala project which previously worked fine but any docs was left.
Read more >sbt issue in IntelliJ IDEA 2017.1
Getting org.scala-sbt sbt 0.13.13 ... :: problems summary :: :::: WARNINGS module not found: org.scala-sbt#sbt;0.13.13 ==== local: tried ...
Read more >r/scala - [complete novice] Having an absolute nightmare ...
Thread.run(Thread.java:748) [error] (*:update) sbt.ResolveException: unresolved dependency: org.scalactic#scalactic_2.10;2.2.1: not found ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed, I created
local
directory in~/.ivy2
and copylocal-preloaded
to~/.ivy2/local
Hi @sahil-sawhney As mentioned, I created a directory named
local
manually in~/.ivy2
and copy thelocal-preloaded
’s content to~/.ivy2/local
(local-preloaded
is shipped with universal sbt tgz package).Hope this helps! If you have any problem, feel free to ask me!