Skip to content

Instantly share code, notes, and snippets.

@Barteks2x

Barteks2x/diff Secret

Created June 5, 2016 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Barteks2x/48b951c219c591e2b2a100c9298edde7 to your computer and use it in GitHub Desktop.
Save Barteks2x/48b951c219c591e2b2a100c9298edde7 to your computer and use it in GitHub Desktop.
$ git diff --staged build.gradle
diff --git a/build.gradle b/build.gradle
index 411f1ec..19d29d1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -131,7 +131,7 @@ repositories {
dependencies {
compile 'com.flowpowered:flow-noise:1.0.1-SNAPSHOT'
- compile('org.mapdb:mapdb:3.0.0-beta3'){
+ compile('org.mapdb:mapdb:3.0.0-beta5'){^M
exclude module: 'guava'
}
testCompile 'junit:junit:4.11'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment