Skip to content

Commit 92ef76f

Browse files
authored
Advise using jitpack.io resolver to depend on Inox
1 parent 6dfb351 commit 92ef76f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ information, see:
1818
- A description of the [trees](doc/trees.md) API and how to extend them.
1919

2020
To import Inox into your project, add the following lines to your `build.sbt`:
21+
2122
```scala
22-
resolvers += "Sonatype OSS Releases" at "https://oss.sonatype.org/content/repositories/releases"
23+
24+
resolvers += "jitpack" at "https://jitpack.io"
2325
resolvers += "uuverifiers" at "http://logicrunch.it.uu.se:4096/~wv/maven"
24-
libraryDependencies += "ch.epfl.lara" %% "inox" % "1.0.2"
26+
27+
libraryDependencies += "com.github.epfl-lara" % "inox" % "6dfb351eee"
2528
```
2629

2730
Alternatively, one can use Inox through command-line by using the [TIP](https://tip-org.github.io/) format

0 commit comments

Comments
 (0)