Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmil committed Dec 23, 2016
1 parent e1da8cd commit 61b6dd6
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" % "2.0.0-RC1"
libraryDependencies += "fr.hmil" %%% "roshttp" % "2.0.0"
```

# 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 := "2.0.0-RC1",
version := "2.0.0",
scalaVersion := "2.11.8",
organization := "fr.hmil",
licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT")),
Expand Down

0 comments on commit 61b6dd6

Please sign in to comment.