@@ -137,7 +137,7 @@ And now for the dependency
137137 <dependency>
138138 <groupId>synapticloop</groupId>
139139 <artifactId>backblaze-b2-java-api</artifactId>
140- <version>v1.1.0 </version>
140+ <version>v1.1.1 </version>
141141 <type>jar</type>
142142 </dependency>
143143
@@ -160,15 +160,15 @@ Repository
160160
161161and then include the dependency:
162162
163- runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.1.0 ', ext: 'jar')
163+ runtime(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.1.1 ', ext: 'jar')
164164
165- compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.1.0 ', ext: 'jar')
165+ compile(group: 'synapticloop', name: 'backblaze-b2-java-api', version: 'v1.1.1 ', ext: 'jar')
166166
167- or
167+ or, more simply for later versions of gradle
168168
169- runtime 'synapticloop:backblaze-b2-java-api:v1.1.0 '
169+ runtime 'synapticloop:backblaze-b2-java-api:v1.1.1 '
170170
171- compile 'synapticloop:backblaze-b2-java-api:v1.1.0 '
171+ compile 'synapticloop:backblaze-b2-java-api:v1.1.1 '
172172
173173## Other
174174
@@ -181,9 +181,9 @@ You will also need the dependencies:
181181 - runtime 'org.json:json:20090211'
182182 - runtime 'org.slf4j:slf4j-api:1.7.13'
183183
184- which can be found by searching here: [ http://mvnrepository.com/ ] ( http://mvnrepository.com/ )
184+ which can be found by searching here: [ http://mvnrepository.com/ ] ( http://mvnrepository.com/ ) (and you may need to download their dependencies in turn)
185185
186- # Running the Tests
186+ # Building the Package
187187
188188` gradlew build `
189189
@@ -193,7 +193,7 @@ Note that this will also run all of the tests (see notes below)
193193
194194# Running the Tests
195195
196- ` gradlew --info test`
196+ ` gradle --info test`
197197
198198Which will also print out the logging
199199
0 commit comments