Skip to content

Commit

Permalink
Merge pull request #165 from fthomas/topic/shapeless-2.3.1
Browse files Browse the repository at this point in the history
Update to shapeless 2.3.1
  • Loading branch information
fthomas committed May 13, 2016
2 parents 350c443 + 8e5fad2 commit d1ee3ca
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 @@ -25,7 +25,7 @@ val commonImports = s"""

val macroCompatVersion = "1.1.1"
val macroParadiseVersion = "2.1.0"
val shapelessVersion = "2.3.0"
val shapelessVersion = "2.3.1"
val scalaCheckVersion = "1.12.5"
val scalazVersion = "7.2.2"
val scodecVersion = "1.9.0"
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 @@ -15,6 +15,8 @@
### Updates

* Update to Scala.js 0.6.9. ([#155])
* Update to shapeless 2.3.1. ([#165])

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

0 comments on commit d1ee3ca

Please sign in to comment.