Skip to content

Commit

Permalink
Merge pull request #467 from fthomas/update/cats-1.1.0
Browse files Browse the repository at this point in the history
Update to Cats 1.1.0
  • Loading branch information
fthomas authored Apr 7, 2018
2 parents 3bb29ee + bd0f996 commit bd30d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val gitHubOwner = "fthomas"
val gitPubUrl = s"https://github.com/$gitHubOwner/$projectName.git"
val gitDevUrl = s"[email protected]:$gitHubOwner/$projectName.git"

val catsVersion = "1.0.1"
val catsVersion = "1.1.0"
val jsonpathVersion = "2.4.0"
val macroCompatVersion = "1.1.1"
val macroParadiseVersion = "2.1.1"
Expand Down
2 changes: 2 additions & 0 deletions notes/0.9.0.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

### Updates

* Update `refined-cats` to Cats 1.1.0. ([#467][#467])
* Update `refined-scalaz` to Scalaz 7.2.19. ([#434][#434])

[#301]: https://github.com/fthomas/refined/pull/301
Expand All @@ -44,4 +45,5 @@
[#433]: https://github.com/fthomas/refined/pull/433
[#434]: https://github.com/fthomas/refined/pull/434
[#438]: https://github.com/fthomas/refined/pull/438
[#467]: https://github.com/fthomas/refined/pull/467
[scala-dev/#446]: https://github.com/scala/scala-dev/issues/446

0 comments on commit bd30d5d

Please sign in to comment.