sagifogel / Proptics

Profunctor optics and lenses library for Scala
https://sagifogel.github.io/Proptics
MIT License
9 stars 5 forks source link

Remove dependency on scalatest in proptics-law #310

Closed jhenahan closed 10 months ago

jhenahan commented 11 months ago

The dependency is unused, and makes cross-building slightly vexing due to conflict with scala-xml. As a workaround, one can use

ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always