Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
sbt target jvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrenodet committed Feb 3, 2020
1 parent a680a42 commit fa7e9ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -36,6 +36,7 @@ lazy val core = project
"-Xmx2048M",
"-XX:MaxPermSize=2048M",
"-XX:+CMSClassUnloadingEnabled"),
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
fork.in(Test, run) := true,
parallelExecution.in(Test) := false,
libraryDependencies ++= Seq(
Expand Down

0 comments on commit fa7e9ad

Please sign in to comment.