Skip to content

Commit 527629b

Browse files
SethTisueashawley
authored andcommitted
drop references to Scala 2.10 from README
1 parent 37d437a commit 527629b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@ scala-xml
88

99
The standard Scala XML library. Please file XML issues here, not at https://github.com/scala/bug/issues.
1010

11-
Since Scala 2.11, this library is a separate jar that can be omitted from Scala projects that do not use XML.
12-
13-
The decoupling works because the compiler desugars XML literals in Scala source code into a set of method calls. Alternative implementations of these calls are welcome! (The calls are unfortunately only defined by the [implementation](https://github.com/scala/scala/blob/2.11.x/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala).)
11+
The decoupling of scala-xml from the Scala compiler and standard library is possible because the compiler desugars XML literals in Scala source code into a set of method calls. Alternative implementations of these calls are welcome! (The calls are unfortunately only defined by the [implementation](https://github.com/scala/scala/blob/2.11.x/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala).)
1412

1513
API documentation is available [here](https://scala.github.io/scala-xml/api/1.2.0/scala/xml/).
1614

1715
How to documentation is available in the [wiki](https://github.com/scala/scala-xml/wiki)
1816

19-
## Cross-building with 2.10
20-
21-
If you are cross-building a project that uses scala-xml with both Scala 2.10 and later Scala versions, take a look at [this example](https://github.com/scala/scala-module-dependency-sample).
22-
2317
## Maintenance status
2418

2519
This library is community-maintained. The lead maintainer is [@aaron_s_hawley](https://github.com/ashawley).

0 commit comments

Comments
 (0)