Skip to content

Commit 63650d1

Browse files
committed
Update README
1 parent 5e2b1c1 commit 63650d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ repositories {
5555
}
5656
5757
dependencies {
58-
implementation("com.github.koresframework:kores:4.1.9.base") // Replace 4.1.9.base with the preferred version
59-
implementation("com.github.koresframework:kores-bytecodewriter:4.1.10.bytecode.4") // Replace 4.1.10.bytecode.4 with the preferred version
58+
implementation("com.koresframework:kores:4.2.1.base") // Replace the version with the latest or a preferred one
59+
implementation("com.koresframework:kores-bytecodewriter:4.2.1.bytecode") // Replace the version with the latest or a preferred one
6060
}
6161
```
6262

0 commit comments

Comments
 (0)