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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
ScalaZ3 for Scala 2.10, 2.11, and 2.12
2
-
======================================
1
+
ScalaZ3
2
+
=======
3
3
4
-
This is ScalaZ3 for Z3 4.7.1 and Scala 2.10, 2.11, and 2.12.
4
+
This is ScalaZ3 for Z3 4.7.1 and Scala 2.10, 2.11, 2.12, and 2.13.
5
5
6
6
Compiling ScalaZ3
7
7
-----------------
@@ -14,7 +14,7 @@ Run
14
14
15
15
sbt +package
16
16
17
-
to compile Z3 4.7.1 and cross-compile ScalaZ3 for Scala 2.10, 2.11and 2.12.
17
+
to compile Z3 4.7.1 and cross-compile ScalaZ3 for Scala 2.10, 2.11, 2.12 and 2.13.
18
18
19
19
The JAR files will be in `target/scala-2.XX/scalaz3_2.XX-4.7.1.jar`
20
20
and will contain the shared library dependencies.
@@ -74,13 +74,13 @@ Using ScalaZ3
74
74
75
75
### On a single operating system / architecture
76
76
77
-
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-3.0.jar` into it.
77
+
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.
78
78
79
79
Then add, the following lines to your `build.sbt` file:
0 commit comments