Skip to content

Commit

Permalink
added cross-scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Jan 17, 2017
1 parent ac8b6fd commit 90b5f2c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ lazy val baseSettings = Seq(
organization := "io.fintrospect",
version := "14.3.0",
scalaVersion := "2.12.0",
crossScalaVersions := Seq("2.12.0", "2.11.8"),
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
resolvers += "JCenter" at "https://jcenter.bintray.com",
scalacOptions := Seq(
Expand All @@ -11,12 +12,6 @@ lazy val baseSettings = Seq(
"-language:existentials",
"-language:higherKinds",
"-language:implicitConversions",
// "-unchecked",
// "-Yno-adapted-args",
// "-Ywarn-dead-code",
// "-Ywarn-numeric-widen",
// "-Xfuture",
// "-Xlint"
"-feature"
),
pomExtra :=
Expand Down

0 comments on commit 90b5f2c

Please sign in to comment.