Skip to content

Commit

Permalink
Update Scalaz to 7.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jun 15, 2016
1 parent 708cb09 commit 4604698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ val macroCompatVersion = "1.1.1"
val macroParadiseVersion = "2.1.0"
val shapelessVersion = "2.3.1"
val scalaCheckVersion = "1.12.5"
val scalazVersion = "7.2.3"
val scalazVersion = "7.2.4"
val scodecVersion = "1.9.0"

val allSubprojects = List("core", "scalacheck", "scalaz", "scodec")
Expand Down
3 changes: 2 additions & 1 deletion notes/0.5.0.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

* Update to Scala.js 0.6.9. ([#155])
* Update to shapeless 2.3.1. ([#165])
* Update `refined-scalaz` to Scalaz 7.2.3. ([#172])
* Update `refined-scalaz` to Scalaz 7.2.4. ([#172], [#178])

[#153]: https://github.com/fthomas/refined/pull/153
[#155]: https://github.com/fthomas/refined/pull/155
Expand All @@ -31,3 +31,4 @@
[#170]: https://github.com/fthomas/refined/pull/170
[#172]: https://github.com/fthomas/refined/pull/172
[#175]: https://github.com/fthomas/refined/pull/175
[#178]: https://github.com/fthomas/refined/pull/178

0 comments on commit 4604698

Please sign in to comment.