Skip to content

Commit 8cf458a

Browse files
committed
Update runtime Kores dep.
1 parent 6a9457b commit 8cf458a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
}
1818

1919
group 'com.github.jonathanxd'
20-
version '4.0.0.42-beta-bytecode'
20+
version '4.0.0.43-beta-bytecode'
2121

2222
apply from: project(":Kores").file("gradle/common.gradle")
2323

@@ -27,7 +27,7 @@ dependencies {
2727
// with runtime dependency pointing to Kores published version
2828
//compile project(":Kores")
2929
compileOnly project(":Kores")
30-
runtime "com.github.JonathanxD.Kores:Kores:4.0.0.59-beta"
30+
runtime "com.github.JonathanxD.Kores:Kores:4.0.0.60-beta"
3131
compile 'com.github.JonathanxD:BytecodeDisassembler:2.1.1'
3232
compile "org.ow2.asm:asm:6.0"
3333
compile "org.ow2.asm:asm-analysis:6.0"

0 commit comments

Comments
 (0)