Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update to the latest versions of ciris-hocon and ciris itself
  • Loading branch information
2m authored Feb 14, 2023
1 parent 925ec7f commit 377eadb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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.0.1"
libraryDependencies += "lt.dvim.ciris-hocon" %% "ciris-hocon" % "1.1.0"
```

Or a snapshot from a [snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/lt/dvim/ciris-hocon/).
Expand All @@ -27,6 +27,7 @@ Or a snapshot from a [snapshot repository](https://oss.sonatype.org/content/repo
| 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

Expand Down

0 comments on commit 377eadb

Please sign in to comment.