Skip to content

Commit 57e5b60

Browse files
committed
Version 0.2.1
1 parent 06f439e commit 57e5b60

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release notes
22

3+
## 0.2.1
4+
5+
- Update circe to version 0.8.0.
6+
- Update dependencies.
7+
38
## 0.2.0
49

510
- Fix normalization of JSON used for testing the printer law. ([#1])

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enable straightforward reading of settings into Scala types.
1111
To use this library configure your sbt project with the following lines:
1212

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

1717
## Documentation

0 commit comments

Comments
 (0)