We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c27f53a + d0b034e commit f261356Copy full SHA for f261356
README.md
@@ -37,7 +37,7 @@ Install the plugin according to the [sbt documentation](http://www.scala-sbt.org
37
38
### Edit `project/plugins.sbt`
39
40
- addSbtPlugin("com.github.battermann" % "sbt-json" % "0.3.2")
+ addSbtPlugin("com.github.battermann" % "sbt-json" % "0.4.0")
41
42
### Edit `build.sbt`
43
build.sbt
@@ -5,7 +5,7 @@ resolvers ++= Seq(
5
6
lazy val root = (project in file("."))
7
.settings(
8
- version in ThisBuild := "0.3.2",
+ version in ThisBuild := "0.4.0",
9
organization in ThisBuild := "com.github.battermann",
10
scalaVersion := "2.10.6",
11
sbtPlugin := true,
0 commit comments