Skip to content

Commit

Permalink
= newrelic: update newrelic-agent dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cheekychops committed Mar 30, 2016
1 parent dd1084f commit 764d76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -34,7 +34,7 @@ object Dependencies {
val scalatest = "org.scalatest" %% "scalatest" % "2.2.4"
val logback = "ch.qos.logback" % "logback-classic" % "1.0.13"
val aspectJ = "org.aspectj" % "aspectjweaver" % aspectjVersion
val newrelic = "com.newrelic.agent.java" % "newrelic-agent" % "3.11.0"
val newrelic = "com.newrelic.agent.java" % "newrelic-agent" % "3.26.1"
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.1.7"
val sprayCan = "io.spray" %% "spray-can" % sprayVersion
val sprayRouting = "io.spray" %% "spray-routing" % sprayVersion
Expand Down

0 comments on commit 764d76b

Please sign in to comment.