+ javac options source/target -> 1.7
This commit is contained in:
parent
b27c5d685d
commit
62f4cbb813
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue