diff --git a/labs/example-lab.md b/labs/example-lab.md index 09e0d215b01ef4e4fc3fee3904c2129aa107b700..8a4728dc370d3fa5b69a637c263f6bd8593ec34a 100644 --- a/labs/example-lab.md +++ b/labs/example-lab.md @@ -260,6 +260,15 @@ will be shown in green on the right. # Troubleshooting +## sbt fails to start + +If you see any kind of error when sbt starts that prevents you from using it, +try cleaning the project cache by running: +```shell +git clean -Xdf +``` +Then restarting `sbt`. + ## IDE features like type-on-hover or go-to-definition do not work It's likely that the build wasn't imported, we can import it manually: