Skip to content

Commit 169489e

Browse files
committed
Set javac target to 1.6
1 parent 54a4f72 commit 169489e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SquerylBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object SquerylBuild extends Build {
1111
description := "A Scala ORM and DSL for talking with Databases using minimum verbosity and maximum type safety",
1212
organization := "org.squeryl",
1313
version := "0.9.6-M1",
14-
javacOptions := Seq("-source", "1.6"),
14+
javacOptions := Seq("-source", "1.6", "-target", "1.6"),
1515
version <<= version { v => //only release *if* -Drelease=true is passed to JVM
1616
val release = Option(System.getProperty("release")) == Some("true")
1717
if(release)

0 commit comments

Comments
 (0)