https://github.com/monix/implicitbox
Scala micro-library providing utilities for capturing implicits.
https://github.com/monix/implicitbox
Last synced: 11 months ago
JSON representation
Scala micro-library providing utilities for capturing implicits.
- Host: GitHub
- URL: https://github.com/monix/implicitbox
- Owner: monix
- Created: 2019-08-13T06:06:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T07:31:37.000Z (over 4 years ago)
- Last Synced: 2025-07-24T11:04:08.569Z (11 months ago)
- Language: Scala
- Homepage:
- Size: 53.7 KB
- Stars: 18
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Implicit Box
Scala micro-library providing utilities for capturing implicits.
### Compiler support
- Scala 2.12, 2.13, 3.0.0
- [Scala.js](https://www.scala-js.org/) 1.3
## Usage in SBT
For `build.sbt` (use the `%%%` operator for Scala.js):
```scala
// use the %%% operator for Scala.js
libraryDependencies += "io.monix" %% "implicitbox" % "0.3.4"
```