+ javac options source/target -> 1.7

This commit is contained in:
Pino Silvaggio 2016-02-10 17:22:15 -05:00 committed by David Renshaw
parent b27c5d685d
commit 62f4cbb813

View file

@ -108,6 +108,7 @@ object Shared {
"-unchecked", "-unchecked",
"-feature" "-feature"
), ),
javacOptions ++= Seq("-source", "1.7", "-target", "1.7"),
resolvers += Resolver.sonatypeRepo("snapshots"), resolvers += Resolver.sonatypeRepo("snapshots"),
resolvers += Resolver.sonatypeRepo("releases"), resolvers += Resolver.sonatypeRepo("releases"),
shellPrompt := ShellPrompt.buildShellPrompt, shellPrompt := ShellPrompt.buildShellPrompt,