Skip to content

Commit c6f0228

Browse files
committed
Update README.md
1 parent 44547d0 commit c6f0228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ higher is required to use this library.
6666
<dependency>
6767
<groupId>io.github.malczuuu.problem4j</groupId>
6868
<artifactId>problem4j-core</artifactId>
69-
<version>1.1.0</version>
69+
<version>1.1.1</version>
7070
</dependency>
7171
</dependencies>
7272
```
7373
2. Gradle (Groovy or Kotlin DSL):
7474
```groovy
7575
dependencies {
76-
implementation("io.github.malczuuu.problem4j:problem4j-core:1.1.0")
76+
implementation("io.github.malczuuu.problem4j:problem4j-core:1.1.1")
7777
}
7878
```
7979

0 commit comments

Comments
 (0)