We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2b1c1 commit 63650d1Copy full SHA for 63650d1
README.md
@@ -55,8 +55,8 @@ repositories {
55
}
56
57
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
+ implementation("com.koresframework:kores:4.2.1.base") // Replace the version with the latest or a preferred one
+ implementation("com.koresframework:kores-bytecodewriter:4.2.1.bytecode") // Replace the version with the latest or a preferred one
60
61
```
62
0 commit comments