Skip to content

Commit 426ee42

Browse files
committed
2.13 fixups
1 parent 1703e9f commit 426ee42

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

projects-2.13.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Add in sbt using `libraryDependencies += ... % Test`:
2828

2929
"com.eed3si9n.expecty" %% "expecty" % "0.11.0" % Test
3030
"com.github.scalaprops" %% "scalaprops" % "0.6.0" % Test
31+
"com.lihaoyi" %% "utest" % "0.6.9" % Test
3132
"hedgehog" https://github.com/hedgehogqa/scala-hedgehog#sbt-binary-dependency // Bintray
3233

3334
### Other libraries
@@ -48,36 +49,35 @@ Add in sbt using `libraryDependencies += ...`:
4849
"com.github.xuwei-k" %% "nobox" % "0.3.0"
4950
"com.github.xuwei-k" %% "optparse-applicative" % "0.8.1"
5051
"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"
5952
"com.lihaoyi" %% "fansi" % "0.2.7"
60-
"com.lihaoyi" %% "acyclic" % "0.2.0"
53+
"com.lihaoyi" %% "fastparse" % "2.1.3"
6154
"com.lihaoyi" %% "geny" % "0.1.8"
6255
"com.lihaoyi" %% "os-lib" % "0.3.0"
63-
"com.lihaoyi" %% "fastparse" % "2.1.3"
6456
"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"
6560
"com.lihaoyi" %% "ujson" % "0.7.5"
6661
"com.lihaoyi" %% "upack" % "0.7.5"
6762
"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"
7069

7170
### Compiler plugins
7271

7372
Add in sbt using `addCompilerPlugin(...)`:
7473

74+
"com.github.ghik" %% "silencer-plugin" % "1.4.1"
75+
"com.lihaoyi" %% "acyclic" % "0.2.0"
7576
"com.olegpy" %% "better-monadic-for" % "0.3.0"
7677
"com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.13" cross CrossVersion.patch
7778
"org.typelevel" %% "kind-projector" % "0.10.3"
7879
"org.wartremover" % "sbt-wartremover" % "2.4.2"
7980
"org.wartremover" % "sbt-wartremover-contrib" % "1.3.1"
80-
"com.github.ghik" %% "silencer-plugin" % "1.4.1"
8181

8282
### sbt plugins
8383

@@ -130,7 +130,6 @@ Other:
130130
* [json-lenses](https://github.com/jrudolph/json-lenses/pull/32)
131131
* [macro-compat](https://github.com/milessabin/macro-compat/pull/85)
132132
* [scala-typed-holes](https://github.com/cb372/scala-typed-holes/pull/20)
133-
* [utest](https://github.com/lihaoyi/utest/pull/200)
134133
* [gatling](https://github.com/gatling/gatling/issues/3566)
135134
* [decline](https://github.com/bkirwi/decline/pull/47)
136135
* [dispatch](https://github.com/dispatch/reboot/issues/210)

0 commit comments

Comments
 (0)