Skip to content

Commit

Permalink
Merge pull request #4358 from marcospereira/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
cchantep committed May 3, 2015
2 parents 1962752 + f973a88 commit 946f163
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions framework/project/Dependencies.scala
Expand Up @@ -84,7 +84,7 @@ object Dependencies {
.exclude("javassist", "javassist"),

// Used by the Java routing DSL
"net.jodah" % "typetools" % "0.4.0",
"net.jodah" % "typetools" % "0.4.1",

guava,
findBugs,
Expand All @@ -108,7 +108,7 @@ object Dependencies {
def runtime(scalaVersion: String) =
Seq("slf4j-api", "jul-to-slf4j", "jcl-over-slf4j").map("org.slf4j" % _ % "1.7.12") ++
Seq("logback-core", "logback-classic").map("ch.qos.logback" % _ % "1.1.3") ++
Seq("akka-actor", "akka-slf4j").map("com.typesafe.akka" %% _ % "2.3.7") ++
Seq("akka-actor", "akka-slf4j").map("com.typesafe.akka" %% _ % "2.3.10") ++
jacksons ++
Seq(
"org.scala-stm" %% "scala-stm" % "0.7",
Expand Down Expand Up @@ -222,7 +222,7 @@ object Dependencies {
}

val playdocWebjarDependencies = Seq(
"org.webjars" % "jquery" % "2.1.3" % "webjars",
"org.webjars" % "jquery" % "2.1.4" % "webjars",
"org.webjars" % "prettify" % "4-Mar-2013" % "webjars"
)

Expand Down Expand Up @@ -263,7 +263,7 @@ object Dependencies {
.exclude("org.jboss.netty", "netty")
)

val playCacheDeps = "net.sf.ehcache" % "ehcache-core" % "2.6.10" +:
val playCacheDeps = "net.sf.ehcache" % "ehcache-core" % "2.6.11" +:
specsBuild.map(_ % Test)

val playWsDeps = Seq(
Expand Down

0 comments on commit 946f163

Please sign in to comment.