We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfb351 commit 92ef76fCopy full SHA for 92ef76f
README.md
@@ -18,10 +18,13 @@ information, see:
18
- A description of the [trees](doc/trees.md) API and how to extend them.
19
20
To import Inox into your project, add the following lines to your `build.sbt`:
21
+
22
```scala
-resolvers += "Sonatype OSS Releases" at "https://oss.sonatype.org/content/repositories/releases"
23
24
+resolvers += "jitpack" at "https://jitpack.io"
25
resolvers += "uuverifiers" at "http://logicrunch.it.uu.se:4096/~wv/maven"
-libraryDependencies += "ch.epfl.lara" %% "inox" % "1.0.2"
26
27
+libraryDependencies += "com.github.epfl-lara" % "inox" % "6dfb351eee"
28
```
29
30
Alternatively, one can use Inox through command-line by using the [TIP](https://tip-org.github.io/) format
0 commit comments