aboutsummaryrefslogtreecommitdiff
path: root/project/Settings.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/Settings.scala')
-rw-r--r--project/Settings.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/project/Settings.scala b/project/Settings.scala
index de8a3024..640a8013 100644
--- a/project/Settings.scala
+++ b/project/Settings.scala
@@ -8,8 +8,9 @@ object Settings {
lazy val basicSettings = seq(
version := VERSION,
organization := "com.despegar",
- scalaVersion := "2.10.1",
+ scalaVersion := "2.10.0",
resolvers ++= Dependencies.resolutionRepos,
+ fork in run := true,
scalacOptions := Seq(
"-encoding",
"utf8",