Skip to content

Commit

Permalink
Merge pull request #172 from fthomas/topic/scalaz-7.2.3
Browse files Browse the repository at this point in the history
Update to Scalaz 7.2.3
  • Loading branch information
fthomas committed May 21, 2016
2 parents 752ce40 + 70e463c commit 6618274
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 @@ -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.2"
val scalazVersion = "7.2.3"
val scodecVersion = "1.9.0"

val allSubprojects = List("core", "scalacheck", "scalaz", "scodec")
Expand Down
2 changes: 2 additions & 0 deletions notes/0.4.1.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@

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

[#153]: https://github.com/fthomas/refined/pull/153
[#155]: https://github.com/fthomas/refined/pull/155
[#160]: https://github.com/fthomas/refined/pull/160
[#165]: https://github.com/fthomas/refined/pull/165
[#170]: https://github.com/fthomas/refined/pull/170
[#172]: https://github.com/fthomas/refined/pull/172

0 comments on commit 6618274

Please sign in to comment.