Skip to content

Commit

Permalink
setting the javac target to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
channingwalton committed Jun 18, 2014
1 parent d96788e commit bd12acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -8,7 +8,7 @@ javaSource in Compile := baseDirectory.value / "src"

javaSource in Test := baseDirectory.value / "test"

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

libraryDependencies ++= Seq("junit" % "junit" % "4.11" % "test")

Expand Down Expand Up @@ -64,4 +64,4 @@ pomExtra :=
<subscribe>flyobjectspace+subscribe@googlegroups.com</subscribe>
<unsubscribe>flyobjectspace+unsubscribe@googlegroups.com</unsubscribe>
</mailingList>
</mailingLists>
</mailingLists>

0 comments on commit bd12acf

Please sign in to comment.