diff --git a/build.sbt b/build.sbt index b31e2e9..3a57ad7 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "Galileo" version := "0.1.1" -scalaVersion := "2.11.1" +scalaVersion := "2.11.8" scalacOptions ++= Seq( "-deprecation", "-feature" )