We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530b59f commit 5f07286Copy full SHA for 5f07286
dev/README.rst
@@ -25,7 +25,8 @@ This is the directory that will be zipped when Scalive is released.
25
zip/
26
scalive
27
scalive.cmd
28
- scalive-<version>.jar -> ../../target/scala-2.11/scalive-<version>.jar
+ scalive-<version>.jar <- ../../target/scala-2.11/scalive-<version>.jar
29
+ jline-2.14.2.jar <- Download and put JLine JAR here
30
31
scala-library-2.10.6.jar
32
scala-compiler-2.10..jar
@@ -52,7 +53,7 @@ released (remember to remove uneccessary files, like .gitignore):
52
53
scalive-<version>/
54
55
- scalive-<version>.jar <-- Doesn't depend on Scala, thus doesn't follow Scala JAR naming
56
+ scalive-<version>.jar <- Doesn't depend on Scala, thus doesn't follow Scala JAR naming
57
58
scala-library-2.10.4.jar
59
scala-compiler-2.10.4.jar
0 commit comments