File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -419,31 +419,31 @@ libraryDependencies += "org.reactfx" % "reactfx" % "1.4.1"
419
419
420
420
### Milestone release
421
421
422
- Current milestone release is 2.0-M2u1 .
422
+ Current milestone release is 2.0-M3 .
423
423
424
424
#### Maven coordinates
425
425
426
426
| Group ID | Artifact ID | Version |
427
427
| :---------: | :---------: | :-----: |
428
- | org.reactfx | reactfx | 2.0-M2u1 |
428
+ | org.reactfx | reactfx | 2.0-M3 |
429
429
430
430
#### Gradle example
431
431
432
432
``` groovy
433
433
dependencies {
434
- compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M2u1 '
434
+ compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M3 '
435
435
}
436
436
```
437
437
438
438
#### Sbt example
439
439
440
440
``` scala
441
- libraryDependencies += " org.reactfx" % " reactfx" % " 2.0-M2u1 "
441
+ libraryDependencies += " org.reactfx" % " reactfx" % " 2.0-M3 "
442
442
```
443
443
444
444
#### Manual download
445
445
446
- [ Download] ( https://github.com/TomasMikula/ReactFX/releases/download/v2.0-M2u1 /reactfx-2.0-M2u1 .jar ) the JAR file and place it on your classpath.
446
+ [ Download] ( https://github.com/TomasMikula/ReactFX/releases/download/v2.0-M3 /reactfx-2.0-M3 .jar ) the JAR file and place it on your classpath.
447
447
448
448
449
449
### Snapshot releases
@@ -487,7 +487,7 @@ Links
487
487
-----
488
488
489
489
[ API 1.4.1 (Javadoc)] ( http://www.reactfx.org/javadoc/1.4.1/overview-summary.html )
490
- [ API 2.0-M2 (Javadoc)] ( http://www.reactfx.org/javadoc/2.0-M2 /overview-summary.html )
490
+ [ API 2.0-M3 (Javadoc)] ( http://www.reactfx.org/javadoc/2.0-M3 /overview-summary.html )
491
491
492
492
493
493
License
You can’t perform that action at this time.
0 commit comments