From 5d1d5639380ad1d0a8c7c9c31b1caad97bb6ce4e Mon Sep 17 00:00:00 2001 From: Guillaume Martres <smarter@ubuntu.com> Date: Wed, 3 Mar 2021 15:39:42 +0100 Subject: [PATCH] Add troubleshooting instructions on recovering from a corrupted .sbt --- labs/example-lab.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/labs/example-lab.md b/labs/example-lab.md index 8a4728d..0b8442d 100644 --- a/labs/example-lab.md +++ b/labs/example-lab.md @@ -267,7 +267,11 @@ try cleaning the project cache by running: ```shell git clean -Xdf ``` -Then restarting `sbt`. +Then restarting `sbt`, if this still doesn't work, try deleting the global sbt +cache: +```shell +rm -r ~/.sbt +``` ## IDE features like type-on-hover or go-to-definition do not work -- GitLab