We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a52323 commit 70bfe73Copy full SHA for 70bfe73
README.md
@@ -29,7 +29,7 @@ sbt-json also works with [circe](https://circe.github.io/circe/) for many JSON s
29
30
## Prerequisites
31
32
-0.13.5 <= sbt version < 1.0
+0.13.5 <= sbt version
33
34
## Installation
35
@@ -44,8 +44,10 @@ Install the plugin according to the [sbt documentation](http://www.scala-sbt.org
44
Edit the `build.sbt` file to enable the plugin and to generate case class sources whenever the compile task is executed:
45
46
enablePlugins(SbtJsonPlugin)
47
+
48
+#### Optional JSON library
49
-If you want to use play-json add the play-json library dependency:
50
+If you want to use play-json e.g. add:
51
52
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.6.0"
53
0 commit comments