Fix or document `sbt test`
See original GitHub issueFollowing the discussion in Gitter.
Currently it fails with:
sbt.ResolveException: unresolved dependency: com.typesafe.play#play-json_2.12;2.3.10: not found
unresolved dependency: io.argonaut#argonaut_2.12;6.1: not found
unresolved dependency: io.github.netvl.picopickle#picopickle-core_2.12;0.2.1: not found
unresolved dependency: io.github.netvl.picopickle#picopickle-backend-jawn_2.12;0.2.1: not found
...
sbt.ResolveException: unresolved dependency: com.typesafe.akka#akka-actor_2.12;2.3.9: not found
unresolved dependency: io.spray#spray-httpx_2.12;1.3.3: not found
unresolved dependency: io.spray#spray-routing-shapeless2_2.12;1.3.3: not found
unresolved dependency: io.spray#spray-testkit_2.12;1.3.3: not found
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Testing Scala with sbt and ScalaTest on the Command Line
The project comes with ScalaTest as a dependency in the build.sbt file. cd into the directory and run sbt test . This will...
Read more >sbt Reference Manual — Testing sbt plugins
The scripted test framework is used to verify that sbt handles cases such as that described above. The framework is made available via...
Read more >ScalaTest in sbt: is there a way to run a single test without tags?
This is now supported (since ScalaTest 2.1.3) within interactive mode: testOnly *MySuite -- -z foo. to run only the tests whose name includes...
Read more >Is it possible to only show the errors when executing tests from ...
failed tests of this second module are printed at the very end of the log. See https://travis-ci.org/nlochschmidt/scalatest-sbt-output/builds/32703529. Having ...
Read more >Tutorial · Scalafix - Scala Center
This starts an sbt shell session from where you can run the test suite with tests/test . Optionally, if you use IntelliJ, import...
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 FreeTop 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
Top GitHub Comments
I’ve tried swapping some of the libraries in question to 2.12-compatible versions, and hardcoding the picopickle version to 2.11, but that then causes other issues:
Result in IntelliJ:
@worldwar2008 Do you have an explicit dependency on Shapeless (specifically on an earlier version than circe’s 2.3.2)?