Skip to content

Commit 60acf81

Browse files
Update README.md
1 parent 4b82eee commit 60acf81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ higher is required to use this library.
9696
<dependency>
9797
<groupId>io.github.problem4j</groupId>
9898
<artifactId>problem4j-core</artifactId>
99-
<version>1.3.2</version>
99+
<version>1.3.3</version>
100100
</dependency>
101101
</dependencies>
102102
```
103103
2. Gradle (Groovy or Kotlin DSL):
104104
```groovy
105105
dependencies {
106-
implementation("io.github.problem4j:problem4j-core:1.3.2")
106+
implementation("io.github.problem4j:problem4j-core:1.3.3")
107107
}
108108
```
109109

0 commit comments

Comments
 (0)