We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985f4e5 commit 8774975Copy full SHA for 8774975
README.md
@@ -28,7 +28,7 @@ Rho artifacts are available at Maven Central and snapshots are available from th
28
Read the [Rho Scaladocs](http://rho.http4s.org)
29
30
```scala
31
-resolvers += Resolver.sonatypeRepo("snapshots")
+resolvers += Resolver.sonatypeRepo("snapshots") // Only if you are using a -snapshot version
32
33
libraryDependencies += "org.http4s" %% "rho-swagger" % version
34
0 commit comments