We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae13ac0 commit 822b55bCopy full SHA for 822b55b
build.sbt
@@ -8,6 +8,9 @@ scalaVersion := "2.11.2"
8
9
autoScalaLibrary := false
10
11
+// Do not append Scala versions to the generated artifacts
12
+crossPaths := false
13
+
14
javacOptions ++= Seq("-Xlint:deprecation")
15
16
// Ensure Scalive can run on Java 6
dev/README.rst
@@ -25,7 +25,7 @@ This is the directory that will be zipped when Scalive is released.
25
zip/
26
scalive
27
scalive.cmd
28
- scalive_2.11-1.4-SNAPSHOT.jar -> ../../target/scala-2.11/scalive_2.11-1.4-SNAPSHOT.jar
+ scalive-<version>-SNAPSHOT.jar -> ../../target/scala-2.11/scalive-<version>-SNAPSHOT.jar
29
30
scala-library-2.10.4.jar
31
scala-compiler-2.10.4.jar
0 commit comments