We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416b710 commit a9381b0Copy full SHA for a9381b0
projects-2.13.md
@@ -33,11 +33,12 @@ Add in sbt using `libraryDependencies += ... % "test"`:
33
34
Add in sbt using `libraryDependencies += ...`:
35
36
- "org.scalaz" %% "scalaz-core" % "7.2.26"
37
"com.github.nscala-time" %% "nscala-time" % "2.20.0"
38
"com.github.scalaprops" %% "scalaprops" % "0.5.5" % "test"
39
"com.github.xuwei-k" %% "msgpack4z-core" % "0.3.5"
40
"com.github.xuwei-k" %% "zeroapply" % "0.2.2"
+ "org.scalaz" %% "scalaz-core" % "7.2.26"
41
+ "org.typelevel" %% "macro-compat" % "1.1.1"
42
43
### Compiler plugins
44
0 commit comments