Implicit Box
Scala micro-library providing utilities for capturing implicits.
Compiler support
- Scala 2.11, 2.12, 2.13
- Scala.js 0.6.x and 1.0.x
- Scala Native 0.3.x and 0.4.0-M2
Usage in SBT
For build.sbt
(use the %%%
operator for Scala.js):
// use the %%% operator for Scala.js
libraryDependencies += "io.monix" %% "implicitbox" % "0.2.0"