We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6df52 commit 7d47cb0Copy full SHA for 7d47cb0
README.md
@@ -7,12 +7,12 @@ The latest preview release is available on Maven Central as
7
<dependency>
8
<groupId>org.reactivestreams</groupId>
9
<artifactId>reactive-streams</artifactId>
10
- <version>0.4.0.M2</version>
+ <version>0.4.0</version>
11
</dependency>
12
13
14
<artifactId>reactive-streams-tck</artifactId>
15
16
<scope>test</scope>
17
18
build.sbt
@@ -1,6 +1,6 @@
1
organization in ThisBuild := "org.reactivestreams"
2
3
-version in ThisBuild := "0.4.0.M2"
+version in ThisBuild := "0.4.0"
4
5
scalaVersion in ThisBuild := "2.10.3"
6
0 commit comments