Skip to content

Commit 0994187

Browse files
committed
Update README.md
1 parent 425d877 commit 0994187

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
@@ -68,14 +68,14 @@ higher is required to use this library.
6868
<dependency>
6969
<groupId>io.github.malczuuu.problem4j</groupId>
7070
<artifactId>problem4j-core</artifactId>
71-
<version>${problem4j-core.version}</version>
71+
<version>1.1.0</version>
7272
</dependency>
7373
</dependencies>
7474
```
7575
2. Gradle (Groovy or Kotlin DSL):
7676
```groovy
7777
dependencies {
78-
implementation("io.github.malczuuu.problem4j:problem4j-core:${problem4j-core.version}")
78+
implementation("io.github.malczuuu.problem4j:problem4j-core:1.1.0")
7979
}
8080
```
8181

0 commit comments

Comments
 (0)