Skip to content

Commit

Permalink
fix libcd dep
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmaEOF committed Apr 17, 2020
1 parent 89d1f26 commit 4c13f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
include "io.github.cottonmc.cotton:cotton-$module:+"
}
modApi ("io.github.cottonmc:Jankson-Fabric:2.0.1+j1.2.0") { transitive = false }
modApi ("io.github.cottonmc:LibCD:2.3.0+1.15") { transitive = false }
modApi ("io.github.cottonmc:LibCD:2.3.0+1.15.2") { transitive = false }
include "io.github.cottonmc:Jankson-Fabric:2.0.1+j1.2.0"

compileOnly ("com.google.code.findbugs:jsr305:3.0.2") { transitive = false }
Expand Down

0 comments on commit 4c13f68

Please sign in to comment.