We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2e47b4 + d52fc09 commit 1703e9fCopy full SHA for 1703e9f
projects-2.13.md
@@ -54,6 +54,19 @@ Add in sbt using `libraryDependencies += ...`:
54
"org.scalaz" %% "scalaz-core" % "7.2.27"
55
"org.squeryl" %% "squeryl" % "0.9.14"
56
"org.typelevel" %% "machinist" % "0.6.8"
57
+ "com.lihaoyi" %% "sourcecode" % "0.1.7"
58
+ "com.lihaoyi" %% "utest" % "0.6.9"
59
+ "com.lihaoyi" %% "fansi" % "0.2.7"
60
+ "com.lihaoyi" %% "acyclic" % "0.2.0"
61
+ "com.lihaoyi" %% "geny" % "0.1.8"
62
+ "com.lihaoyi" %% "os-lib" % "0.3.0"
63
+ "com.lihaoyi" %% "fastparse" % "2.1.3"
64
+ "com.lihaoyi" %% "pprint" % "0.5.5"
65
+ "com.lihaoyi" %% "ujson" % "0.7.5"
66
+ "com.lihaoyi" %% "upack" % "0.7.5"
67
+ "com.lihaoyi" %% "upickle" % "0.7.5"
68
+ "com.lihaoyi" %% "requests-scala" % "0.2.0"
69
+ "com.lihaoyi" %% "scalatags" % "0.7.0"
70
71
### Compiler plugins
72
0 commit comments