Skip to content

Commit

Permalink
2.11.10mo
Browse files Browse the repository at this point in the history
  • Loading branch information
a2mz authored and om committed Jun 15, 2017
1 parent de19994 commit dbce2ab
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val buildSettings = Defaults.coreDefaultSettings ++ Seq(
name := "microspark",
version := "1.1",
scalacOptions ++= Seq(),
scalaVersion := "2.12.1",
scalaVersion := "2.11.10",
crossScalaVersions := Seq("2.12.1","2.11.10"),
publishMavenStyle := true,
libraryDependencies ++= {
Expand All @@ -17,28 +17,8 @@ val buildSettings = Defaults.coreDefaultSettings ++ Seq(
scalacOptions ++= Seq("-Xfatal-warnings","-feature","-language:higherKinds", "-language:implicitConversions" , "-language:postfixOps", "-deprecation")
)

lazy val publishSettings = Seq(
pomExtra := (
<url>https://github.com/a2mz/microspark</url>
<licenses>
<license>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>a2mz</id>
<name>Morozov Oleksandr</name>
<url>github.com/a2mz</url>
</developer>
</developers>
)
)
scalaVersion in ThisBuild := "2.12.1"

lazy val root = project
.in(file("."))
.settings(buildSettings ++ publishSettings)
.settings(buildSettings)

0 comments on commit dbce2ab

Please sign in to comment.