We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44547d0 commit c6f0228Copy full SHA for c6f0228
README.md
@@ -66,14 +66,14 @@ higher is required to use this library.
66
<dependency>
67
<groupId>io.github.malczuuu.problem4j</groupId>
68
<artifactId>problem4j-core</artifactId>
69
- <version>1.1.0</version>
+ <version>1.1.1</version>
70
</dependency>
71
</dependencies>
72
```
73
2. Gradle (Groovy or Kotlin DSL):
74
```groovy
75
dependencies {
76
- implementation("io.github.malczuuu.problem4j:problem4j-core:1.1.0")
+ implementation("io.github.malczuuu.problem4j:problem4j-core:1.1.1")
77
}
78
79
0 commit comments