Skip to content

Commit

Permalink
v2 release candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmil committed Oct 7, 2016
1 parent bf51733 commit 8058a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A human-readable scala http client API compatible with:
Add a dependency in your build.sbt:

```scala
libraryDependencies += "fr.hmil" %%% "roshttp" % "1.1.0"
libraryDependencies += "fr.hmil" %%% "roshttp" % "2.0.0-RC1"
```

# Usage
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy val scalaHttp = crossProject.in(file("."))
.configureCross(InBrowserTesting.cross)
.settings(
name := "roshttp",
version := "1.1.0",
version := "2.0.0-RC1",
scalaVersion := "2.11.8",
organization := "fr.hmil",
licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT")),
Expand Down

0 comments on commit 8058a14

Please sign in to comment.