Skip to content

Commit

Permalink
Merge pull request #182 from Banno/akka-2.3
Browse files Browse the repository at this point in the history
updating akka dependency to 2.3.2
  • Loading branch information
johnynek committed May 11, 2014
2 parents 75790ea + e59a424 commit 53c7096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ object ChillBuild extends Build {
case false => Seq()
case true => Seq(
"com.typesafe" % "config" % "0.3.1",
"com.typesafe.akka" %% "akka-actor" % "2.2.1"
"com.typesafe.akka" %% "akka-actor" % "2.2.1" % "provided"
)
}
lazy val chillAkka = module("akka").settings(
Expand Down

0 comments on commit 53c7096

Please sign in to comment.