Skip to content

Commit

Permalink
shade ASM
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsek committed Feb 22, 2021
1 parent 81ddd76 commit b2c1362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.dfsek"
version = "0.5.0"
version = "0.5.1"

repositories {
maven { url = uri("https://repo.codemc.org/repository/maven-public") }
Expand All @@ -19,6 +19,7 @@ dependencies {
implementation("com.dfsek:Paralithic:0.3.2")
implementation("commons-io:commons-io:2.8.0")
implementation("net.jafama:jafama:2.3.2")
implementation("org.ow2.asm:asm:9.0")
}


Expand Down

0 comments on commit b2c1362

Please sign in to comment.