Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed Jun 1, 2021
1 parent 741bd2f commit e27782b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Versions

| Plugin version | JMH version & other information |
| ---------------------------------- |:-------------------------------------:|
| `0.4.3-SNAPSHOT` (sbt 1.3.0+) | `1.32` |
| `0.4.3` (sbt 1.3.0+) | `1.32` |
| `0.4.2` (sbt 1.3.0+) | `1.31`, JMH `-prof async` supports 2.x |
| `0.4.1` (sbt 1.3.0+) | `1.30` |
| `0.4.0` (sbt 1.3.0+) | `1.25`, profilers now in JMH core |
Expand Down Expand Up @@ -46,7 +46,7 @@ your project is to add the below line to your `project/plugins.sbt` file:

```scala
// project/plugins.sbt
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.2")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
```

and enable it in the projects where you want to (useful in multi-project builds, as you can enable it only where you need it):
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.4.3-SNAPSHOT"
version in ThisBuild := "0.4.3"

0 comments on commit e27782b

Please sign in to comment.