From fe2016fd44957a2d1150af5c9ef93eae674212c1 Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Mon, 15 Apr 2019 16:17:31 +0200 Subject: [PATCH] Fix copy/paste mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cec7a9bf..57a63c31 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is now community maintained by [@Sciss](https://github.com/Sciss) and [@ben To use scala-swing from sbt, add this to your `build.sbt`: ``` -libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1" +libraryDependencies += "org.scala-lang.modules" %% "scala-swing" % "2.1.1" ``` ## About scala-swing