aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2018-09-11 21:22:42 -0300
committerDiego <diegolparra@gmail.com>2018-09-11 21:22:42 -0300
commit3ca5064a72179290521d72d695a67b32e9bf3439 (patch)
tree85e5dcc90186439d228f83d7f65e848eb6753928 /project
parent794fbf02664ac8c31072d8b955d897901f1f22e0 (diff)
downloadKamon-3ca5064a72179290521d72d695a67b32e9bf3439.tar.gz
Kamon-3ca5064a72179290521d72d695a67b32e9bf3439.tar.bz2
Kamon-3ca5064a72179290521d72d695a67b32e9bf3439.zip
Improvements in ThreadLocalStorage
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 323e4f2f..3192be2f 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,4 +1,5 @@
resolvers += Resolver.bintrayIvyRepo("kamon-io", "sbt-plugins")
addSbtPlugin("io.kamon" % "kamon-sbt-umbrella" % "0.0.15")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
+addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.3")