File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ You can also query [Maven Central](https://mvnrepository.com/artifact/org.scala-
18
18
Add in sbt using ` libraryDependencies += ... ` :
19
19
20
20
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
21
+ "org.scala-lang.modules" %% "scala-xml" % "1.2.0"
21
22
22
23
### Testing libraries
23
24
@@ -52,15 +53,12 @@ You can subscribe to these tickets to find out when a library you want becomes a
52
53
53
54
#### New RC3 tickets
54
55
55
- * [ scala-xml] ( https://github.com/scala/scala-xml/issues/316 )
56
- * [ scalatest] ( https://github.com/scalatest/scalatest/issues/1593 )
57
- * blocked by scala-xml, scala-parser-combinators
58
56
* [ scala-parallel-collections] ( https://github.com/scala/scala-parallel-collections/issues/68 )
59
57
* [ scala-java8-compat] ( https://github.com/scala/scala-java8-compat/issues/149 )
60
- * blocked by genjavadoc
61
- * [ kind-projector] ( https://github.com/typelevel/kind-projector/issues/105 )
62
58
* [ scala-collection-compat] ( https://github.com/scala/scala-collection-compat/issues/210 )
63
59
* [ scala-async] ( https://github.com/scala/scala-async/issues/225 )
60
+ * [ scalatest] ( https://github.com/scalatest/scalatest/issues/1593 )
61
+ * [ kind-projector] ( https://github.com/typelevel/kind-projector/issues/105 )
64
62
65
63
#### Old RC2/RC1/M5/M4 tickets
66
64
You can’t perform that action at this time.
0 commit comments