diff --git a/README.md b/README.md index 4e5731c..b621b7e 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,17 @@ The implementation of this library was created by following the excellent [Ciris Add the dependency to your project build settings: ```sbt -libraryDependencies += "lt.dvim.ciris-hocon" %% "ciris-hocon" % "1.2.0" +libraryDependencies += "lt.dvim.ciris-hocon" %% "ciris-hocon" % "1.3.0" ``` Or a snapshot from a [snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/lt/dvim/ciris-hocon/). -| version | scala | ciris | -|------------|-------------|------------| -| 0.1 | 2.12 | 0.12.1 | -| 0.2.1 | 2.13 | 0.13.0-RC1 | -| 1.0.x | 2.13, 3 | 2.x.x | -| 1.1.x | 2.13, 3 | 3.x.x | +| version | scala | ciris | +|---------|---------|------------| +| 0.1 | 2.12 | 0.12.1 | +| 0.2.1 | 2.13 | 0.13.0-RC1 | +| 1.0.x | 2.13, 3 | 2.x.x | +| 1.1+.x | 2.13, 3 | 3.x.x | ## Example usage