Skip to content

Commit 7225d91

Browse files
committed
Fix incorrect SBT script references
1 parent 9b8488f commit 7225d91

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The extension is written in Scala (version 2.9.2).
44

5-
Run `./sbt package` to build the extension.
5+
Run `sbt package` to build the extension.
66

77
Unless they are already present, sbt will download the needed Jung and JGraphT jar files from the Internet.
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ Limitations:
13701370

13711371
The extension is written in Scala (version 2.9.2).
13721372

1373-
Run `./sbt package` to build the extension.
1373+
Run `sbt package` to build the extension.
13741374

13751375
Unless they are already present, sbt will download the needed Jung and JGraphT jar files from the Internet.
13761376

bin/package-and-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
./sbt package
1+
sbt package
22
cd ../..
3-
./sbt "te nw"
3+
sbt "te nw"
44
cd -

0 commit comments

Comments
 (0)