Skip to content

Commit

Permalink
Target JDK 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
plaflamme committed Nov 6, 2015
1 parent ce9a2cd commit 023ab2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Expand Up @@ -8,6 +8,8 @@ scalaVersion in ThisBuild := "2.11.7"

crossScalaVersions in ThisBuild := Seq("2.10.6", "2.11.7", "2.12.0-M1")

scalacOptions in ThisBuild += "-target:jvm-1.7"

organization in ThisBuild := "com.trueaccord.scalapb"

profileName := "com.trueaccord"
Expand Down

0 comments on commit 023ab2a

Please sign in to comment.