aboutsummaryrefslogtreecommitdiff
path: root/project/MavigatorBuild.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/MavigatorBuild.scala')
-rw-r--r--project/MavigatorBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/MavigatorBuild.scala b/project/MavigatorBuild.scala
index e634d03..1eb1fc0 100644
--- a/project/MavigatorBuild.scala
+++ b/project/MavigatorBuild.scala
@@ -9,7 +9,7 @@ object MavigatorBuild extends Build {
// settings common to all projects
val defaultSettings = Seq(
resolvers += Resolver.jcenterRepo,
- scalaVersion := "2.11.8",
+ scalaVersion := "2.12.1",
scalacOptions ++= Seq("-feature", "-deprecation")
)