Skip to content

Commit 3372333

Browse files
Bump version to 0.13.3 for release
1 parent 0983895 commit 3372333

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Dispatch requires that you use Java 8 as AHC requires it.
1717
Stable releases of Dispatch are published to Maven Central. As such, you can pull in the current
1818
stable 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.13.0 into your project:
20+
In SBT you can add the following one-liner to get Dispatch 0.13.3 into your project:
2121

2222
```scala
23-
libraryDependencies += "net.databinder.dispatch" %% "dispatch-core" % "0.13.0"
23+
libraryDependencies += "net.databinder.dispatch" %% "dispatch-core" % "0.13.3"
2424
```
2525

2626
### Snapshot releases
@@ -63,9 +63,8 @@ their current support status:
6363
|0.11.2 |1.8.10 |2.9.3,2.10,2.11|Critical only | |
6464
|0.11.3 |1.9.11 |2.10,2.11 |Critical only | |
6565
|0.12.2 |1.9.40 |2.11,2.12 |Full support |0.12.x |
66-
|0.13.0 |2.0.32 |2.11,2.12 |Full support |0.13.x |
67-
|0.14.0-SNAPSHOT |2.0.32 |2.11,2.12 |Development |master |
68-
|0.14.0-SNAPSHOT |2.1.x-alpha |2.11,2.12 |Development |master_with_ahc2.1 |
66+
|0.13.3 |2.0.38 |2.11,2.12 |Full support |0.13.x |
67+
|0.14.0-SNAPSHOT |2.1.0-RC3 |2.11,2.12 |Development |master |
6968

7069
[012branch]: (https://github.com/dispatch/reboot/tree/0.12.x)
7170
[masterbranch]: (https://github.com/dispatch/reboot/tree/master)

project/common.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object Common {
1313
)
1414

1515
val settings: Seq[Setting[_]] = ls.Plugin.lsSettings ++ Seq(
16-
version := "0.13.3-SNAPSHOT",
16+
version := "0.13.3",
1717

1818
crossScalaVersions := Seq("2.11.11", "2.12.3"),
1919

0 commit comments

Comments
 (0)