Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Feb 19, 2018
1 parent 49bcef5 commit e1cc8fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release notes

## 0.4.1

- Update circe to version [0.9.1](https://github.com/circe/circe/releases/tag/v0.9.1).
- Build using sbt 1.1.1. [#13]

[#13]: https://github.com/circe/circe-config/pull/13

## 0.4.0

- Update circe to version [0.9.0](https://github.com/circe/circe/releases/tag/v0.9.0).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ More generally it provides parsers and printers for interoperating with
To use this library configure your sbt project with the following line:

```sbt
libraryDependencies += "io.circe" %% "circe-config" % "0.4.0"
libraryDependencies += "io.circe" %% "circe-config" % "0.4.1"
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.0")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
Expand Down

0 comments on commit e1cc8fb

Please sign in to comment.