Update Scalaz to 7.2.18

This commit is contained in:
Sarah Gerweck 2018-01-10 20:09:17 -08:00
parent 61991fa172
commit 8b34266d79
No known key found for this signature in database
GPG Key ID: AFCB37207DB3F226
2 changed files with 2 additions and 1 deletions

View File

@ -82,3 +82,4 @@ change.
* Update to SBT 1.1
* Update Shapeless to 2.3.3
* Update Scalaz to 7.2.18

View File

@ -24,7 +24,7 @@ object Dependencies {
final val scalaParserVersion = "1.0.4"
final val scalaXmlVersion = "1.0.5"
final val gerweckUtilVersion = "2.7.1"
final val scalazVersion = "7.2.17"
final val scalazVersion = "7.2.18"
final val shapelessVersion = "2.3.3"
final val scallopVersion = "1.0.1"