Skip to content

Commit

Permalink
Update Scalaz to 7.2.22 (fthomas#500)
Browse files Browse the repository at this point in the history
* Update Scalaz to 7.2.22

* Update release notes
  • Loading branch information
fthomas authored May 6, 2018
1 parent a75187f commit e071ea5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val pureconfigVersion = "0.9.0"
val shapelessVersion = "2.3.3"
val scalaCheckVersion = "1.13.5"
val scalaXmlVersion = "1.0.6"
val scalazVersion = "7.2.21"
val scalazVersion = "7.2.22"
val scodecVersion = "1.10.3"
val scoptVersion = "3.7.0"

Expand Down
6 changes: 6 additions & 0 deletions notes/0.9.1.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@
* Improve performance of `RefinedType#unsafeFrom`.
([#499][#499] by [@fthomas][@fthomas])

### Updates

* Update `refined-scalaz` to Scalaz 7.2.22.
([#500][#500] by [@fthomas][@fthomas])

[#486]: https://github.com/fthomas/refined/pull/486
[#492]: https://github.com/fthomas/refined/pull/492
[#499]: https://github.com/fthomas/refined/pull/499
[#500]: https://github.com/fthomas/refined/pull/500

[@fthomas]: https://github.com/fthomas
[@sh0hei]: https://github.com/sh0hei

0 comments on commit e071ea5

Please sign in to comment.