@@ -28,6 +28,7 @@ Add in sbt using `libraryDependencies += ... % Test`:
28
28
29
29
"com.eed3si9n.expecty" %% "expecty" % "0.11.0" % Test
30
30
"com.github.scalaprops" %% "scalaprops" % "0.6.0" % Test
31
+ "com.lihaoyi" %% "utest" % "0.6.9" % Test
31
32
"hedgehog" https://github.com/hedgehogqa/scala-hedgehog#sbt-binary-dependency // Bintray
32
33
33
34
### Other libraries
@@ -48,36 +49,35 @@ Add in sbt using `libraryDependencies += ...`:
48
49
"com.github.xuwei-k" %% "nobox" % "0.3.0"
49
50
"com.github.xuwei-k" %% "optparse-applicative" % "0.8.1"
50
51
"com.github.xuwei-k" %% "zeroapply" % "0.2.3"
51
- "io.argonaut" %% "argonaut" % "6.2.3"
52
- "org.json4s" %% "json4s-native" % "3.6.6"
53
- "org.scala-js" %% "scalajs-stubs" % "1.0.0"
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
52
"com.lihaoyi" %% "fansi" % "0.2.7"
60
- "com.lihaoyi" %% "acyclic " % "0.2.0 "
53
+ "com.lihaoyi" %% "fastparse " % "2.1.3 "
61
54
"com.lihaoyi" %% "geny" % "0.1.8"
62
55
"com.lihaoyi" %% "os-lib" % "0.3.0"
63
- "com.lihaoyi" %% "fastparse" % "2.1.3"
64
56
"com.lihaoyi" %% "pprint" % "0.5.5"
57
+ "com.lihaoyi" %% "requests-scala" % "0.2.0"
58
+ "com.lihaoyi" %% "scalatags" % "0.7.0"
59
+ "com.lihaoyi" %% "sourcecode" % "0.1.7"
65
60
"com.lihaoyi" %% "ujson" % "0.7.5"
66
61
"com.lihaoyi" %% "upack" % "0.7.5"
67
62
"com.lihaoyi" %% "upickle" % "0.7.5"
68
- "com.lihaoyi" %% "requests-scala" % "0.2.0"
69
- "com.lihaoyi" %% "scalatags" % "0.7.0"
63
+ "io.argonaut" %% "argonaut" % "6.2.3"
64
+ "org.json4s" %% "json4s-native" % "3.6.6"
65
+ "org.scala-js" %% "scalajs-stubs" % "1.0.0"
66
+ "org.scalaz" %% "scalaz-core" % "7.2.27"
67
+ "org.squeryl" %% "squeryl" % "0.9.14"
68
+ "org.typelevel" %% "machinist" % "0.6.8"
70
69
71
70
### Compiler plugins
72
71
73
72
Add in sbt using ` addCompilerPlugin(...) ` :
74
73
74
+ "com.github.ghik" %% "silencer-plugin" % "1.4.1"
75
+ "com.lihaoyi" %% "acyclic" % "0.2.0"
75
76
"com.olegpy" %% "better-monadic-for" % "0.3.0"
76
77
"com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.13" cross CrossVersion.patch
77
78
"org.typelevel" %% "kind-projector" % "0.10.3"
78
79
"org.wartremover" % "sbt-wartremover" % "2.4.2"
79
80
"org.wartremover" % "sbt-wartremover-contrib" % "1.3.1"
80
- "com.github.ghik" %% "silencer-plugin" % "1.4.1"
81
81
82
82
### sbt plugins
83
83
@@ -130,7 +130,6 @@ Other:
130
130
* [ json-lenses] ( https://github.com/jrudolph/json-lenses/pull/32 )
131
131
* [ macro-compat] ( https://github.com/milessabin/macro-compat/pull/85 )
132
132
* [ scala-typed-holes] ( https://github.com/cb372/scala-typed-holes/pull/20 )
133
- * [ utest] ( https://github.com/lihaoyi/utest/pull/200 )
134
133
* [ gatling] ( https://github.com/gatling/gatling/issues/3566 )
135
134
* [ decline] ( https://github.com/bkirwi/decline/pull/47 )
136
135
* [ dispatch] ( https://github.com/dispatch/reboot/issues/210 )
0 commit comments