We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306a6f3 commit 8e94de5Copy full SHA for 8e94de5
_data/library/scalalibs.yml
@@ -4,6 +4,10 @@
4
url: https://github.com/japgolly/scalaz
5
desc: Library for functional programming.
6
dep: '"com.github.japgolly.fork.scalaz" %%% "scalaz-core" % "7.1.2"'
7
+ - name: Each
8
+ url: https://github.com/ThoughtWorksInc/each
9
+ desc: A macro library that converts native imperative syntax to scalaz's monadic expressions.
10
+ dep: '"com.thoughtworks.each" %%% "each" % "0.4.2"'
11
- name: Shapeless
12
url: https://github.com/milessabin/shapeless
13
desc: Generic programming for Scala.
0 commit comments