diff --git a/build.sbt b/build.sbt index 8fecaa6..a7bc268 100755 --- a/build.sbt +++ b/build.sbt @@ -8,6 +8,9 @@ scalaVersion := "2.11.2" autoScalaLibrary := false +// Do not append Scala versions to the generated artifacts +crossPaths := false + javacOptions ++= Seq("-Xlint:deprecation") // Ensure Scalive can run on Java 6 diff --git a/dev/README.rst b/dev/README.rst index 8219bee..c23f26d 100644 --- a/dev/README.rst +++ b/dev/README.rst @@ -25,7 +25,7 @@ This is the directory that will be zipped when Scalive is released. zip/ scalive scalive.cmd - scalive_2.11-1.4-SNAPSHOT.jar -> ../../target/scala-2.11/scalive_2.11-1.4-SNAPSHOT.jar + scalive--SNAPSHOT.jar -> ../../target/scala-2.11/scalive--SNAPSHOT.jar scala-library-2.10.4.jar scala-compiler-2.10.4.jar