Skip to content

Commit

Permalink
Bump version to 0.13.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Jan 1, 2018
1 parent 0983895 commit 3372333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Dispatch requires that you use Java 8 as AHC requires it.
Stable releases of Dispatch are published to Maven Central. As such, you can pull in the current
stable release by simply adding a library dependency to your project for the correct version.

In SBT you can add the following one-liner to get Dispatch 0.13.0 into your project:
In SBT you can add the following one-liner to get Dispatch 0.13.3 into your project:

```scala
libraryDependencies += "net.databinder.dispatch" %% "dispatch-core" % "0.13.0"
libraryDependencies += "net.databinder.dispatch" %% "dispatch-core" % "0.13.3"
```

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

[012branch]: (https://github.com/dispatch/reboot/tree/0.12.x)
[masterbranch]: (https://github.com/dispatch/reboot/tree/master)
Expand Down
2 changes: 1 addition & 1 deletion project/common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Common {
)

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

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

Expand Down

0 comments on commit 3372333

Please sign in to comment.