Skip to content

Commit 72eac3b

Browse files
authored
Merge pull request #415 from GrishaVar/patch-1
Fix ivy dependency org name
2 parents ad84a68 + 22cdb19 commit 72eac3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ which would automatically fetch `JavaSMT` and all of its dependencies.
2222
After the repository URL is configured, you only need to add the following dependency:
2323

2424
```xml
25-
<dependency org="org.sosy_lab" name="java-smt" rev="3.7.0"/>
25+
<dependency org="org.sosy-lab" name="java-smt" rev="5.0.1"/>
2626
```
2727

2828
### Automatic Installation from Maven Central (possibly outdated)

0 commit comments

Comments
 (0)