Skip to content

Commit

Permalink
java version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
FRosner committed Oct 13, 2015
1 parent e89ea41 commit 09b5282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ fork in Compile := true

scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")

javacOptions ++= Seq("-source", "1.7", "-target", "1.7")

//////////////////////////
// Library Dependencies //
//////////////////////////
Expand Down

0 comments on commit 09b5282

Please sign in to comment.