Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Aug 19, 2017
1 parent 06f439e commit 57e5b60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## 0.2.1

- Update circe to version 0.8.0.
- Update dependencies.

## 0.2.0

- Fix normalization of JSON used for testing the printer law. ([#1])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ enable straightforward reading of settings into Scala types.
To use this library configure your sbt project with the following lines:

```sbt
libraryDependencies += "io.github.jonas" %% "circe-config" % "0.2.0"
libraryDependencies += "io.github.jonas" %% "circe-config" % "0.2.1"
```

## Documentation
Expand Down

0 comments on commit 57e5b60

Please sign in to comment.