Skip to content

Commit

Permalink
Fixes #272: Target jvm to be 1.8 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
imarios authored Apr 6, 2018
1 parent 24d7e0c commit ef83774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ lazy val framelessSettings = Seq(
)

lazy val commonScalacOptions = Seq(
"-target:jvm-1.8",
"-deprecation",
"-encoding", "UTF-8",
"-feature",
Expand Down

0 comments on commit ef83774

Please sign in to comment.