Skip to content

Commit 5d7063c

Browse files
author
Yusuke Izawa
committed
0.2.0
1 parent 5389630 commit 5d7063c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It converts between play-json and xml like json4s.
77
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.
88

99
```scala
10-
libraryDependencies += "org.micchon" %% "play-json-xml" % "0.1.0"
10+
libraryDependencies += "org.micchon" %% "play-json-xml" % "0.2.0"
1111
```
1212

1313
## Useage

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lazy val root = (project in file(".")).
88
organization := "org.micchon",
99
scalaVersion := Scala212,
1010
crossScalaVersions := Scala212 :: Scala211 :: Scala210 :: Nil,
11-
version := "0.2.0-SNAPSHOT",
11+
version := "0.2.0",
1212
libraryDependencies ++= Seq(
1313
"org.scalatest" %% "scalatest" % "3.0.3" % Test
1414
) ++ (

0 commit comments

Comments
 (0)