zendesk / scala-flow

A lightweight library intended to make developing Google DataFlow jobs in Scala easier.
Apache License 2.0
14 stars 1 forks source link

Add “registerCaseClassCoders” methods to implicit scope #8

Closed bcasey-zd closed 7 years ago

bcasey-zd commented 7 years ago

Description

We had forgotten to include CaseClassCoders in the implicit scope, d'oh!

Details