Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Bump circe to 0.9.1 (#911)
Browse files Browse the repository at this point in the history
* Bump circe to 0.9.1

* Bump version to 0.8.22
  • Loading branch information
BenFradet authored and juanpedromoreno committed Jan 20, 2018
1 parent 4c5d207 commit 2f06f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/scala/sbtorgpolicies/libraries.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object libraries {
"cats" -> "1.0.1",
"cats-effect" -> "0.8",
"cats-mtl" -> "0.2.2",
"circe" -> "0.9.0",
"circe" -> "0.9.1",
"config" -> "1.3.2",
"coursier" -> "1.0.0",
"discipline" -> "0.8",
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.8.22-SNAPSHOT"
version in ThisBuild := "0.8.22"

0 comments on commit 2f06f96

Please sign in to comment.