We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd226b5 commit 8dbf686Copy full SHA for 8dbf686
README.md
@@ -11,7 +11,7 @@ Please try it and contribute bug reports and fixes! Snapshots are available [her
11
```scala
12
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
13
libraryDependencies ++= Seq(
14
- "org.http4s" %%% "http4s-curl" % "0.0-932238f-SNAPSHOT" // or latest commit
+ "org.http4s" %%% "http4s-curl" % "0.0-dd226b5-SNAPSHOT" // or latest commit
15
)
16
```
17
0 commit comments