Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtescher committed Apr 4, 2017
1 parent 12c550c commit e4bb751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -28,7 +28,7 @@ includes and initializes it (e.g. the SBT plugin for Play Framework 2.4.x).
Add the following to your `project/plugins.sbt` file:

```scala
addSbtPlugin("com.jatescher" % "sbt-jolokia" % "1.0.2")
addSbtPlugin("com.jatescher" % "sbt-jolokia" % "1.0.3")
```

To use the Jolokia settings in your project, add the `Jolokia` auto-plugin to your project.
Expand All @@ -42,7 +42,7 @@ enablePlugins(Jolokia)
To use a specific `jolokia-jvm` version, add the following to your `build.sbt` file:

```scala
jolokiaVersion := "1.3.4"
jolokiaVersion := "1.3.6"
```

## Testing
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ organization := "com.jatescher"

name := """sbt-jolokia"""

version := "1.0.2"
version := "1.0.3"

scalaVersion := "2.10.6"

Expand Down

0 comments on commit e4bb751

Please sign in to comment.