We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e288a1 commit ad515aaCopy full SHA for ad515aa
build.sbt
@@ -6,7 +6,7 @@ scalaVersion in ThisBuild := "2.10.3"
6
7
licenses in ThisBuild := Seq("CC0" -> url("http://creativecommons.org/publicdomain/zero/1.0/"))
8
9
-homepage in ThisBuild := Some(url("https://groups.google.com/forum/?hl=en#!forum/reactive-streams"))
+homepage in ThisBuild := Some(url("http://www.reactive-streams.org/"))
10
11
publishTo in ThisBuild := Some("releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2")
12
@@ -25,7 +25,7 @@ pomExtra in ThisBuild := (
25
<developer>
26
<id>reactive-streams-sig</id>
27
<name>Reactive Streams SIG</name>
28
- <url>http://reactive-streams.org</url>
+ <url>http://www.reactive-streams.org/</url>
29
</developer>
30
</developers>
31
- )
+ )
0 commit comments