Skip to content

Commit

Permalink
Using Java 6 as the target JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
denisftw committed Apr 2, 2016
1 parent 5e8afab commit bb7d1f1
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 @@ -4,6 +4,8 @@ version := "0.2.2"

scalaVersion := "2.11.8"

scalacOptions += "-target:jvm-1.6"

libraryDependencies ++= Seq(
"org.pegdown" % "pegdown" % "1.6.0",
"org.freemarker" % "freemarker" % "2.3.21",
Expand Down

0 comments on commit bb7d1f1

Please sign in to comment.