aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-09-29 23:25:37 -0300
committerDiego <diegolparra@gmail.com>2014-09-29 23:25:37 -0300
commit1f44eda9cf8289a833f767651b1858022c4adf0a (patch)
tree0d5f30a72a69826eef408c5eb6be05a19ea91b3d /project/plugins.sbt
parent3bd56f004738dccc56e1b889e9d12dd9ce7ba5b1 (diff)
downloadKamon-1f44eda9cf8289a833f767651b1858022c4adf0a.tar.gz
Kamon-1f44eda9cf8289a833f767651b1858022c4adf0a.tar.bz2
Kamon-1f44eda9cf8289a833f767651b1858022c4adf0a.zip
+ play-examples: update example
update sbt-aspectj plugin update play version to 2.3.4 disable a test in WSInstrumentation because fail in travis
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
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")