Skip to content

Commit 7e71340

Browse files
author
Manuel Benz
committed
Merge remote-tracking branch 'origin/anddann-patch-1'
2 parents 3cbc2e5 + 4a62280 commit 7e71340

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ a dependency via Maven, Gradle, SBT, etc using the following coordinates:
4747
<dependency>
4848
<groupId>ca.mcgill.sable</groupId>
4949
<artifactId>soot</artifactId>
50-
<version>4.0.0-SNAPSHOT</version>
50+
<version>4.1.0</version>
5151
</dependency>
5252
</dependencies>
5353
<repositories>
@@ -62,10 +62,12 @@ a dependency via Maven, Gradle, SBT, etc using the following coordinates:
6262

6363
```
6464

65-
You can also obtain older builds of the `develop` branch. A complete listing of builds can be found in [Sonatype's SNAPSHOT repository](https://oss.sonatype.org/content/repositories/snapshots/ca/mcgill/sable/soot).
65+
You can also obtain older builds of the `master` branch. A complete listing of builds can be found in [Sonatype's SNAPSHOT repository](https://oss.sonatype.org/content/repositories/snapshots/ca/mcgill/sable/soot).
6666

6767
# How do I obtain Soot without Maven?
68-
You can obtain the latest realease build of Soot [directly](https://oss.sonatype.org/content/repositories/snapshots/ca/mcgill/sable/soot/).
68+
**We recommend using Soot with Maven**
69+
70+
You can obtain the latest realease build of Soot [directly](https://repo1.maven.org/maven2/ca/mcgill/sable/soot/).
6971

7072
The `soot-RELEASE-jar-with-dependencies.jar` file is an all-in-one file that also contains all the required libraries.
7173

0 commit comments

Comments
 (0)