Skip to content

Commit

Permalink
Prepare release 3.3.7.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Jun 23, 2020
1 parent 9297e3f commit 3f18ba1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ With Gradle from repo.spring.io or Maven Central repositories (stable releases o
}
dependencies {
//compile "io.projectreactor:reactor-core:3.3.7.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.3.7.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.3.6.RELEASE"
testCompile("io.projectreactor:reactor-test:3.3.6.RELEASE")
//compile "io.projectreactor:reactor-core:3.3.8.BUILD-SNAPSHOT"
//testCompile("io.projectreactor:reactor-test:3.3.8.BUILD-SNAPSHOT")
compile "io.projectreactor:reactor-core:3.3.7.RELEASE"
testCompile("io.projectreactor:reactor-test:3.3.7.RELEASE")
}
```

Expand Down

0 comments on commit 3f18ba1

Please sign in to comment.