Overview
Proptics is a Profunctor Optics and Lenses library for Scala (and Scala.js)
Getting Started
To get started with sbt, simply add the following line to your build.sbt
file.
libraryDependencies ++= Seq(
"io.github.sagifogel" %% "proptics-docs" % "0.5.2",
"io.github.sagifogel" %% "proptics-profunctor" % "0.5.2",
"io.github.sagifogel" %% "proptics-macros" % "0.5.2"
)
Published for Scala 2.13. For changes, refer to the release notes.
License
Licensed under the MIT License.