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 e833c24 commit 86972c2Copy full SHA for 86972c2
configs/community.dbuild
@@ -21,6 +21,8 @@
21
# * stopped compiling, not investigated: jackson-module-scala
22
# (also removed its dependency elastic4s)
23
# * shapeless, scalaz (neither compiles, currently)
24
+# * scala-continuations (regressed: see
25
+# https://github.com/scala/scala-continuations/issues/37)
26
#
27
# and then also a huge swath of dozens of projects had to be removed
28
# because they depend directly or indirectly on either scalaz or
@@ -482,11 +484,6 @@ build += {
482
484
extra.projects: ["json4s-native", "json4s-jackson", "json4s-ast"]
483
485
}
486
- ${vars.base} {
- name: "scala-continuations"
487
- uri: ${vars.uris.scala-continuations-uri}
488
- }
489
-
490
${vars.base} {
491
name: "scalatags"
492
uri: ${vars.uris.scalatags-uri}
0 commit comments