Skip to content

Commit

Permalink
remove scala 2.12.0 release, as finagle has a blocker bug for this la…
Browse files Browse the repository at this point in the history
…nguage level.
  • Loading branch information
daviddenton committed Jan 31, 2017
1 parent 005ce04 commit 3320bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lazy val baseSettings = Seq(
organization := "io.fintrospect",
version := "14.7.0",
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.12.0", "2.11.8"),
crossScalaVersions := Seq("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 Down

0 comments on commit 3320bab

Please sign in to comment.