Skip to content

Commit

Permalink
FIX: Jmh benchmarking settings (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoulin authored and cchantep committed Jan 27, 2018
1 parent 397e421 commit 01a1df2
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 15 deletions.
13 changes: 0 additions & 13 deletions benchmarks/build.sbt

This file was deleted.

1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ lazy val `play-functional` = crossProject.crossType(CrossType.Pure)
lazy val `play-functionalJVM` = `play-functional`.jvm
lazy val `play-functionalJS` = `play-functional`.js

import pl.project13.scala.sbt.JmhPlugin
lazy val benchmarks = project
.in(file("benchmarks"))
.enablePlugins(JmhPlugin, PlayNoPublish)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resolvers += Resolver.typesafeRepo("releases")

addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("1.3.7"))

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.27")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.2")

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")

Expand Down

0 comments on commit 01a1df2

Please sign in to comment.