apply recommended security update

which addressses the privilege escalation vulnerability
http://scala-lang.org/news/security-update-nov17.html
This commit is contained in:
Seung-Zin Nam 2018-01-05 13:57:50 +01:00 committed by GitHub
parent 130ff27583
commit 9bbdc7ecc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ object BuildSettings {
import Dependencies._
val globalScalaVersion = "2.11.11"
val globalScalaVersion = "2.11.12"
def buildSettings = Defaults.coreDefaultSettings ++ Seq(
organization := "org.lichess",