Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Update Utils to patch memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Flibio committed May 16, 2018
1 parent e66d433 commit 8fb08fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {

dependencies {
compile "org.spongepowered:spongeapi:${project.apiVersion}"
compile 'com.github.flibiostudio:utils:2115eae'
compile 'com.github.flibiostudio:utils:7233207'
}

shadowJar {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name=EconomyLite
owner=Flibio
inceptionYear=2015
currentYear=2018
version=2.14.2
version=2.14.3
apiVersion=7.1.0-SNAPSHOT

0 comments on commit 8fb08fc

Please sign in to comment.