Skip to content

Commit

Permalink
upgrade jmh to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-truffaut committed Sep 22, 2015
1 parent 9e01ac5 commit 1440116
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions build.sbt
@@ -1,11 +1,8 @@
import com.typesafe.sbt.pgp.PgpKeys.publishSigned
import com.typesafe.sbt.SbtSite.SiteKeys._
import com.typesafe.sbt.SbtGhPages.GhPagesKeys._
import com.typesafe.sbt.SbtSite.SiteKeys._
import com.typesafe.tools.mima.plugin.MimaKeys.previousArtifact
import pl.project13.scala.sbt.SbtJmh._
import sbt.Keys._
import sbtrelease.ReleaseStateTransformations._
import ReleaseTransformations._
import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations._
import sbtunidoc.Plugin.UnidocKeys._

lazy val buildSettings = Seq(
Expand Down Expand Up @@ -106,14 +103,13 @@ lazy val bench = project
.settings(moduleName := "monocle-bench")
.settings(monocleSettings)
.settings(noPublishSettings)
.settings(jmhSettings)
.settings(libraryDependencies ++= Seq(
"com.github.julien-truffaut" %% "monocle-core" % "1.2.0-SNAPSHOT",
"com.github.julien-truffaut" %% "monocle-macro" % "1.2.0-SNAPSHOT",
shapeless,
compilerPlugin(kindProjector),
compilerPlugin(paradisePlugin)
))
)).enablePlugins(JmhPlugin)

lazy val example = project.dependsOn(core, generic, macros, state, test % "test->test")
.settings(moduleName := "monocle-example")
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -12,4 +12,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.7")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.5.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.1.12")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.4")

0 comments on commit 1440116

Please sign in to comment.