Skip to content

Commit

Permalink
Chagning akka to lowest good version and making provided
Browse files Browse the repository at this point in the history
  • Loading branch information
lamdor committed May 9, 2014
1 parent aad7d20 commit e59a424
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.3.2"
"com.typesafe.akka" %% "akka-actor" % "2.2.1" % "provided"
)
}
lazy val chillAkka = module("akka").settings(
Expand Down

0 comments on commit e59a424

Please sign in to comment.