softwaremill / quicklens

Modify deeply nested case class fields
https://softwaremill.com/open-source/
Apache License 2.0
825 stars 53 forks source link

LowPriorityImplicits is in package com.softwaremill #237

Closed slandelle closed 2 months ago

slandelle commented 2 months ago

Hello,

It should be in the com.softwaremill.quicklens package to make sure it doesn't clash with any other class with the same name (LowPriorityImplicits is very generic) in any of your other libraries/projects.

Regards