lib/dry/system/plugins/monitoring.rb in dry-system-0.13.1 vs lib/dry/system/plugins/monitoring.rb in dry-system-0.13.2

- old
+ new

@@ -19,10 +19,10 @@ end end # @api private def self.dependencies - 'dry/events/publisher' + { 'dry-events': 'dry/events/publisher' } end # @api private def monitor(key, **options, &block) notifications = self[:notifications]