We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f439e commit 57e5b60Copy full SHA for 57e5b60
NEWS.md
@@ -1,5 +1,10 @@
1
# Release notes
2
3
+## 0.2.1
4
+
5
+ - Update circe to version 0.8.0.
6
+ - Update dependencies.
7
8
## 0.2.0
9
10
- Fix normalization of JSON used for testing the printer law. ([#1])
README.md
@@ -11,7 +11,7 @@ enable straightforward reading of settings into Scala types.
11
To use this library configure your sbt project with the following lines:
12
13
```sbt
14
-libraryDependencies += "io.github.jonas" %% "circe-config" % "0.2.0"
+libraryDependencies += "io.github.jonas" %% "circe-config" % "0.2.1"
15
```
16
17
## Documentation
0 commit comments