You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Since Scala 2.11, this library is a separate jar that can be omitted from Scala
12
12
13
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).)
14
14
15
-
API documentation is available [here](https://scala.github.io/scala-xml/api/1.1.0/scala/xml/).
15
+
API documentation is available [here](https://scala.github.io/scala-xml/api/1.1.1/scala/xml/).
16
16
17
17
How to documentation is available in the [wiki](https://github.com/scala/scala-xml/wiki)
0 commit comments