Skip to content

Commit 619b64e

Browse files
committed
Use sbt export instead of sbt show
1 parent 8fa00ea commit 619b64e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_overviews/scala3-contribution/procedures-debugging.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ To locate them on your filesystem you can run the `show scala3-library-bootstrap
6565
```
6666
$ sbt
6767
> show scala3-library-bootstrapped/fullClasspath
68-
[info] * Attributed(/home/user/lampepfl/dotty/out/bootstrap/scala3-library-bootstrapped/scala-3.3.1-RC1-bin-SNAPSHOT-nonbootstrapped/classes)
69-
[info] * Attributed(/home/user/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.10/scala-library-2.13.10.jar)
68+
/home/user/lampepfl/dotty/out/bootstrap/scala3-library-bootstrapped/scala-3.3.1-RC1-bin-SNAPSHOT-nonbootstrapped/classes:/home/user/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.10/scala-library-2.13.10.jar
7069
[success] Total time: 1 s, completed Mar 10, 2023, 4:37:43 PM
7170
```
7271

@@ -85,7 +84,6 @@ Here is the final configuration:
8584
"../tests/pos/HelloWorld.scala",
8685
"-classpath",
8786
// To replace with your own paths
88-
// On Windows you must replace all '\' by '/'.
8987
"/home/user/lampepfl/dotty/out/bootstrap/scala3-library-bootstrapped/scala-3.3.1-RC1-bin-SNAPSHOT-nonbootstrapped/classes:/home/user/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.10/scala-library-2.13.10.jar",
9088
"-color",
9189
"never"

0 commit comments

Comments
 (0)