summaryrefslogtreecommitdiff
path: root/test/benchmarks/project/plugins.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmarks/project/plugins.sbt')
-rw-r--r--test/benchmarks/project/plugins.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/benchmarks/project/plugins.sbt b/test/benchmarks/project/plugins.sbt
new file mode 100644
index 0000000000..e11aa29f3b
--- /dev/null
+++ b/test/benchmarks/project/plugins.sbt
@@ -0,0 +1,2 @@
+addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
+addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.6")