Skip to content

Commit 40d5ee6

Browse files
Update README.md
1 parent 1f4d477 commit 40d5ee6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@ be released as `problem4j-spring-v2.x`, and maintained on separate branches if `
6565
<dependency>
6666
<groupId>io.github.malczuuu.problem4j</groupId>
6767
<artifactId>problem4j-spring-webflux</artifactId>
68-
<version>1.0.0-rc1</version>
68+
<version>1.0.0-rc2</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>io.github.malczuuu.problem4j</groupId>
7272
<artifactId>problem4j-spring-webmvc</artifactId>
73-
<version>1.0.0-rc1</version>
73+
<version>1.0.0-rc2</version>
7474
</dependency>
7575
</dependencies>
7676
```
7777
2. Gradle (Kotlin DSL):
7878
```groovy
7979
dependencies {
8080
// pick the one for your project
81-
implementation("io.github.malczuuu.problem4j:problem4j-spring-webflux:1.0.0-rc1")
82-
implementation("io.github.malczuuu.problem4j:problem4j-spring-webmvc:1.0.0-rc1")
81+
implementation("io.github.malczuuu.problem4j:problem4j-spring-webflux:1.0.0-rc2")
82+
implementation("io.github.malczuuu.problem4j:problem4j-spring-webmvc:1.0.0-rc2")
8383
}
8484
```
8585

0 commit comments

Comments
 (0)