Skip to content

Commit

Permalink
Update to statslite 0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Feb 6, 2016
1 parent 1a017a1 commit 5533ba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ repositories {
url = 'http://repo.spongepowered.org/maven'
}
maven {
name = 'minecrell-snapshots'
url = 'http://repo.minecrell.net/snapshots'
name = 'minecrell'
url = 'http://repo.minecrell.net/releases'
}
}

dependencies {
compile project(':FoxCore')
compile "org.spongepowered:spongeapi:$spongeVersion"
compile 'net.minecrell:statslite-sponge:0.1-SNAPSHOT'
compile 'net.minecrell:statslite-sponge:0.1'
testCompile group: 'junit', name: 'junit', version: '4.11'
}

Expand Down

0 comments on commit 5533ba9

Please sign in to comment.