aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/Dependencies.scala2
-rw-r--r--project/plugins.sbt2
2 files changed, 2 insertions, 2 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e7400e02..829f261a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -11,7 +11,7 @@ object Dependencies {
val akkaVersion = "2.3.2"
val aspectjVersion = "1.7.4"
val slf4jVersion = "1.7.6"
- val playVersion = "2.3.3"
+ val playVersion = "2.3.4"
val sprayJson = "io.spray" %% "spray-json" % "1.2.6"
val sprayJsonLenses = "net.virtual-void" %% "json-lenses" % "0.5.3"
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 0d5801c1..60960203 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -4,7 +4,7 @@ resolvers += "Kamon Releases" at "http://repo.kamon.io"
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
-addSbtPlugin("com.typesafe.sbt" % "sbt-aspectj" % "0.9.4")
+addSbtPlugin("com.typesafe.sbt" % "sbt-aspectj" % "0.10.0")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.2")