From 923b88e8adef2f66b43e551fa4a0a1bbae5af7ff Mon Sep 17 00:00:00 2001 From: Ivan Topolnak Date: Wed, 7 Aug 2013 19:06:33 -0300 Subject: upgrading to akka 2.2 --- project/Settings.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project/Settings.scala') diff --git a/project/Settings.scala b/project/Settings.scala index 640a8013..5fadc25d 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -7,8 +7,8 @@ object Settings { lazy val basicSettings = seq( version := VERSION, - organization := "com.despegar", - scalaVersion := "2.10.0", + organization := "kamon", + scalaVersion := "2.10.2", resolvers ++= Dependencies.resolutionRepos, fork in run := true, scalacOptions := Seq( -- cgit v1.2.3