Skip to content

Commit

Permalink
Force the target java version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Han van Venrooij committed Feb 24, 2018
1 parent f6941db commit eed3e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ scalacOptions ++= Seq(
"-encoding",
"UTF-8"
)
javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint")

// Bintray settings
bintrayOrganization in bintray := None
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.4.11-SNAPSHOT"
version in ThisBuild := "1.4.11"

0 comments on commit eed3e19

Please sign in to comment.