Skip to content

Commit 70bfe73

Browse files
author
Leif Battermann
committed
readme
1 parent 5a52323 commit 70bfe73

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sbt-json also works with [circe](https://circe.github.io/circe/) for many JSON s
2929

3030
## Prerequisites
3131

32-
0.13.5 <= sbt version < 1.0
32+
0.13.5 <= sbt version
3333

3434
## Installation
3535

@@ -44,8 +44,10 @@ Install the plugin according to the [sbt documentation](http://www.scala-sbt.org
4444
Edit the `build.sbt` file to enable the plugin and to generate case class sources whenever the compile task is executed:
4545

4646
enablePlugins(SbtJsonPlugin)
47+
48+
#### Optional JSON library
4749

48-
If you want to use play-json add the play-json library dependency:
50+
If you want to use play-json e.g. add:
4951

5052
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.6.0"
5153

0 commit comments

Comments
 (0)