diff --git a/build.sbt b/build.sbt index 59fd6c7..676b752 100644 --- a/build.sbt +++ b/build.sbt @@ -1,11 +1,14 @@ import sbt.Keys._ +scalaVersion := "2.12.1" + +crossScalaVersions := Seq("2.11.8", "2.12.1") + def BaseProject(name: String): Project = Project(name, file(name)) .settings( organization := "com.zoepepper", - version := "1.0.6", - scalaVersion := "2.11.8", + version := "1.0.7", scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"), homepage := Some(url("https://github.com/zoepepper/scalajs-jsjoda")), licenses +=("BSD 3-Clause", url("http://opensource.org/licenses/BSD-3-Clause")), @@ -25,7 +28,7 @@ def BaseProject(name: String): Project = zoepepper - Zoƫ Pepper + Zoe Pepper https://github.com/zoepepper/ @@ -59,4 +62,4 @@ lazy val javaTime = ) .dependsOn(facade) -packagedArtifacts in file(".") := Map.empty \ No newline at end of file +//packagedArtifacts in file(".") := Map.empty \ No newline at end of file