From 53fac7c4c8346466eb495e90966b57e7870976b2 Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Wed, 27 Feb 2019 23:05:04 -0500 Subject: [PATCH] update version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b847b6e8..a898f055 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ the ADT marshalling. You can also use circe's `Encoder` to obtain a `Json`, and The artifact is hosted by Sonatype, and release versions are synced to Maven Central: ```scala -libraryDependencies += "io.circe" %% "circe-yaml" % "0.8.0" +libraryDependencies += "io.circe" %% "circe-yaml" % "0.9.0" ``` Snapshot versions are available by adding the Sonatype Snapshots resolver: