You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to compile Z3 4.7.1 and cross-compile ScalaZ3 for Scala 2.10, 2.11, 2.12 and 2.13.
20
+
to compile Z3 4.8.10 and cross-compile ScalaZ3 for Scala 2.10, 2.11, 2.12 and 2.13.
21
21
22
-
The JAR files will be in `target/scala-2.XX/scalaz3_2.XX-4.7.1.jar`
22
+
The JAR files will be in `target/scala-2.XX/scalaz3_2.XX-4.8.10.jar`
23
23
and will contain the shared library dependencies.
24
24
25
25
For testing, run
@@ -57,7 +57,7 @@ Now navigate to the scalaz3 folder and type:
57
57
58
58
sbt +package
59
59
60
-
The JAR files will be in `target/scala-2.XX/scalaz3_2.XX-4.7.1.jar` and will contain the shared library
60
+
The JAR files will be in `target/scala-2.XX/scalaz3_2.XX-4.8.10.jar` and will contain the shared library
61
61
dependencies.
62
62
63
63
#### Test your package.
@@ -77,13 +77,13 @@ Using ScalaZ3
77
77
78
78
### On a single operating system / architecture
79
79
80
-
Create a folder named `unmanaged` at the same level as your `build.sbt` file, and copy the JAR file in `target/scala-2.XX/scalaz3_2.XX-4.7.1.jar` into it.
80
+
Create a folder named `unmanaged` at the same level as your `build.sbt` file, and copy the JAR file in `target/scala-2.XX/scalaz3_2.XX-4.8.10.jar` into it.
81
81
82
82
Then add, the following lines to your `build.sbt` file:
0 commit comments