We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b82eee commit 60acf81Copy full SHA for 60acf81
1 file changed
README.md
@@ -96,14 +96,14 @@ higher is required to use this library.
96
<dependency>
97
<groupId>io.github.problem4j</groupId>
98
<artifactId>problem4j-core</artifactId>
99
- <version>1.3.2</version>
+ <version>1.3.3</version>
100
</dependency>
101
</dependencies>
102
```
103
2. Gradle (Groovy or Kotlin DSL):
104
```groovy
105
dependencies {
106
- implementation("io.github.problem4j:problem4j-core:1.3.2")
+ implementation("io.github.problem4j:problem4j-core:1.3.3")
107
}
108
109
0 commit comments