File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ It converts between play-json and xml like json4s.
7
7
Builds are available for Scala 2.10.x, 2.11.x and for 2.12.x. The main line of development of play-json-xml is 2.12.1.
8
8
9
9
``` scala
10
- libraryDependencies += " org.micchon" %% " play-json-xml" % " 0.1 .0"
10
+ libraryDependencies += " org.micchon" %% " play-json-xml" % " 0.2 .0"
11
11
```
12
12
13
13
## Useage
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ lazy val root = (project in file(".")).
8
8
organization := " org.micchon" ,
9
9
scalaVersion := Scala212 ,
10
10
crossScalaVersions := Scala212 :: Scala211 :: Scala210 :: Nil ,
11
- version := " 0.2.0-SNAPSHOT " ,
11
+ version := " 0.2.0" ,
12
12
libraryDependencies ++= Seq (
13
13
" org.scalatest" %% " scalatest" % " 3.0.3" % Test
14
14
) ++ (
You can’t perform that action at this time.
0 commit comments