Skip to content

Commit 86972c2

Browse files
committed
2.13: remove scala-continuations
1 parent e833c24 commit 86972c2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

configs/community.dbuild

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
# * stopped compiling, not investigated: jackson-module-scala
2222
# (also removed its dependency elastic4s)
2323
# * shapeless, scalaz (neither compiles, currently)
24+
# * scala-continuations (regressed: see
25+
# https://github.com/scala/scala-continuations/issues/37)
2426
#
2527
# and then also a huge swath of dozens of projects had to be removed
2628
# because they depend directly or indirectly on either scalaz or
@@ -482,11 +484,6 @@ build += {
482484
extra.projects: ["json4s-native", "json4s-jackson", "json4s-ast"]
483485
}
484486

485-
${vars.base} {
486-
name: "scala-continuations"
487-
uri: ${vars.uris.scala-continuations-uri}
488-
}
489-
490487
${vars.base} {
491488
name: "scalatags"
492489
uri: ${vars.uris.scalatags-uri}

0 commit comments

Comments
 (0)