Skip to content

Commit a449d5f

Browse files
committed
Update README.md
1 parent d594fa4 commit a449d5f

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
@@ -74,7 +74,7 @@ manager.
7474
<dependency>
7575
<groupId>com.github.malczuuu</groupId>
7676
<artifactId>problem4j-core</artifactId>
77-
<version>${problem4j.version}</version>
77+
<version>${problem4j-core.version}</version>
7878
</dependency>
7979
</dependencies>
8080
```
@@ -85,7 +85,7 @@ manager.
8585
}
8686
8787
dependencies {
88-
implementation("com.github.malczuuu:problem4j-core:${problem4j.version}")
88+
implementation("com.github.malczuuu:problem4j-core:${problem4j-core.version}")
8989
}
9090
```
9191

0 commit comments

Comments
 (0)