Skip to content

Commit

Permalink
updating akka dependency to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lamdor committed Apr 30, 2014
1 parent 75790ea commit aad7d20
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.3.2"
)
}
lazy val chillAkka = module("akka").settings(
Expand Down

0 comments on commit aad7d20

Please sign in to comment.