diff --git a/README.md b/README.md index c74396c..c781c0e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Versions | Plugin version | JMH version & other information | | ---------------------------------- |:-------------------------------------:| +| `0.4.3-SNAPSHOT` (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 | diff --git a/plugin/src/main/resources/sbt-jmh.properties b/plugin/src/main/resources/sbt-jmh.properties index 04d978c..c788b08 100644 --- a/plugin/src/main/resources/sbt-jmh.properties +++ b/plugin/src/main/resources/sbt-jmh.properties @@ -1 +1 @@ -jmh.version=1.31 +jmh.version=1.32