We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99df9e commit 04ff9d3Copy full SHA for 04ff9d3
projects-2.13.md
@@ -17,10 +17,12 @@ You can also query [Maven Central](https://mvnrepository.com/artifact/org.scala-
17
18
Add in sbt using `libraryDependencies += ...`:
19
20
+ "org.scala-lang.modules" %% "scala-async" % "0.10.0"
21
"org.scala-lang.modules" %% "scala-collection-compat" % "2.0.0"
22
"org.scala-lang.modules" %% "scala-java8-compat" % "0.9.0"
23
"org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.0"
24
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
25
+ "org.scala-lang.modules" %% "scala-swing" % "2.1.1"
26
"org.scala-lang.modules" %% "scala-xml" % "1.2.0"
27
28
### Testing libraries
0 commit comments