Allow jdk1.8

This commit is contained in:
Antonio Cunei 2016-09-26 16:07:42 +02:00
parent 1124a88a50
commit 1d146378f8
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ object Release {
)
def javaVersionCheckSettings = Seq(
javaVersionPrefix in javaVersionCheck := Some("1.7")
javaVersionPrefix in javaVersionCheck := Some("1.8")
)
}