Skip to content

Commit

Permalink
Update to JMH 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Apr 8, 2015
1 parent 5e802b9 commit cd19400
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ lazy val benchmarks = project enablePlugins AutomateHeaderPlugin dependsOn clien
jmhSettings,
name := "rx-redis-bechmarks",
outputTarget in Jmh := target.value / s"scala-${scalaBinaryVersion.value}",
version in Jmh := "1.6.3",
generatorType in Jmh := "asm")

lazy val dist = project disablePlugins AssemblyPlugin settings (
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/release
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.4.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "1.4.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.1.12")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.1.14")
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.5")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.7.2")
Expand Down

0 comments on commit cd19400

Please sign in to comment.