@@ -17,16 +17,16 @@ Dispatch requires that you use Java 8 as AHC requires it.
1717Stable releases of Dispatch are published to Maven Central. As such, you can pull in the current
1818stable release by simply adding a library dependency to your project for the correct version.
1919
20- In SBT you can add the following one-liner to get Dispatch 0.12.1 into your project:
20+ In SBT you can add the following one-liner to get Dispatch 0.12.2 into your project:
2121
2222``` scala
23- libraryDependencies += " net.databinder.dispatch" %% " dispatch-core" % " 0.12.1 "
23+ libraryDependencies += " net.databinder.dispatch" %% " dispatch-core" % " 0.12.2 "
2424```
2525
2626Or, if you're interested in using the 0.13.x milestone builds:
2727
2828``` scala
29- libraryDependencies += " net.databinder.dispatch" %% " dispatch-core" % " 0.13.0-M1 "
29+ libraryDependencies += " net.databinder.dispatch" %% " dispatch-core" % " 0.13.0-M2 "
3030```
3131
3232### Snapshot releases
@@ -68,8 +68,8 @@ their current support status:
6868| 0.10.0 | 1.7.11 | 2.9.3,2.10 | None | |
6969| 0.11.2 | 1.8.10 | 2.9.3,2.10,2.11| Critical only | |
7070| 0.11.3 | 1.9.11 | 2.10,2.11 | Critical only | |
71- | 0.12.1 | 1.9.11 | 2.11,2.12 | Full support | [ 0.12.x] [ 012branch ] |
72- | 0.13.0-M1 | 2.0.32 | 2.11,2.12 | Full support | [ master] [ masterbranch ] |
71+ | 0.12.2 | 1.9.11 | 2.11,2.12 | Full support | [ 0.12.x] [ 012branch ] |
72+ | 0.13.0-M2 | 2.0.32 | 2.11,2.12 | Full support | [ master] [ masterbranch ] |
7373| 0.14.0-SNAPSHOT | 2.1.x-alpha | 2.11,2.12 | Pre-release | [ master_with_ahc2.1] [ masterahc21 ] |
7474
7575[ 012branch ] : (https://github.com/dispatch/reboot/tree/0.12.x)
0 commit comments