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