Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 359 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 359 Bytes

Implicit Box

Scala micro-library providing utilities for capturing implicits.

Compiler support

Usage in SBT

For build.sbt (use the %%% operator for Scala.js):

// use the %%% operator for Scala.js
libraryDependencies += "io.monix" %% "implicitbox" % "0.3.4"