Skip to content

Commit c7e089b

Browse files
committed
release version will be 3.0.0
1 parent 01aadca commit c7e089b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you are interested in helping then contact them or [@adriaanm](https://github
1313
To 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

119119
The reason to have different major versions is to allow for binary incompatible changes. Also, some java-swing classes were
120120
generified in JDK 7 (see [SI-3634](https://issues.scala-lang.org/browse/SI-3634)) and require the scala-swing sources to be adjusted.

0 commit comments

Comments
 (0)