Skip to content

Commit a9381b0

Browse files
committed
macro-compat M5
1 parent 416b710 commit a9381b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects-2.13.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ Add in sbt using `libraryDependencies += ... % "test"`:
3333

3434
Add in sbt using `libraryDependencies += ...`:
3535

36-
"org.scalaz" %% "scalaz-core" % "7.2.26"
3736
"com.github.nscala-time" %% "nscala-time" % "2.20.0"
3837
"com.github.scalaprops" %% "scalaprops" % "0.5.5" % "test"
3938
"com.github.xuwei-k" %% "msgpack4z-core" % "0.3.5"
4039
"com.github.xuwei-k" %% "zeroapply" % "0.2.2"
40+
"org.scalaz" %% "scalaz-core" % "7.2.26"
41+
"org.typelevel" %% "macro-compat" % "1.1.1"
4142

4243
### Compiler plugins
4344

0 commit comments

Comments
 (0)