Skip to content

Commit 04ff9d3

Browse files
committed
2.13 scala-swing, scala-async
1 parent d99df9e commit 04ff9d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects-2.13.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ You can also query [Maven Central](https://mvnrepository.com/artifact/org.scala-
1717

1818
Add in sbt using `libraryDependencies += ...`:
1919

20+
"org.scala-lang.modules" %% "scala-async" % "0.10.0"
2021
"org.scala-lang.modules" %% "scala-collection-compat" % "2.0.0"
2122
"org.scala-lang.modules" %% "scala-java8-compat" % "0.9.0"
2223
"org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.0"
2324
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
25+
"org.scala-lang.modules" %% "scala-swing" % "2.1.1"
2426
"org.scala-lang.modules" %% "scala-xml" % "1.2.0"
2527

2628
### Testing libraries

0 commit comments

Comments
 (0)