File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ If you are interested in helping then contact them or [@adriaanm](https://github
1313To use scala-swing from sbt, add this to your ` build.sbt ` :
1414
1515```
16- libraryDependencies += "org.scala-lang.modules" %% "scala-swing" % "2.2 .0"
16+ libraryDependencies += "org.scala-lang.modules" %% "scala-swing" % "3.0 .0"
1717```
1818
1919## About scala-swing
@@ -114,7 +114,7 @@ new Frame {
114114 - When using Scala 2.11, you can use the Scala swing 2.0.x releases on JDK 6 or newer.
115115 - Scala 2.12 requires you to use JDK 8 (that has nothing to do with scala-swing).
116116- The ` 2.1.x ` series adds support for Scala 2.13, while dropping Scala 2.10.
117- - The ` 2.2 .x` series adds support for Scala 3.0.
117+ - The ` 3.0 .x` series adds support for Scala 3.0.
118118
119119The reason to have different major versions is to allow for binary incompatible changes. Also, some java-swing classes were
120120generified in JDK 7 (see [ SI-3634] ( https://issues.scala-lang.org/browse/SI-3634 ) ) and require the scala-swing sources to be adjusted.
You can’t perform that action at this time.
0 commit comments