Browse Source

Update dagger

Change-Id: Ie4c36fcaba2605b65464472cf3d7cfa5b85d8b8a
Depends-On: Icf9bfc6bc40b66135d161a5047d01d46b217b328
Reviewed-on: http://gerrit.dmdirc.com/3006
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.8rc1
Greg Holmes 10 years ago
parent
commit
df1fada40d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      ivy.xml

+ 2
- 2
ivy.xml View File

@@ -20,8 +20,8 @@
20 20
         <dependency org="com.dmdirc" name="annotations" rev="[0.3.4,)" conf="main->default" />
21 21
         <dependency org="com.google.code.findbugs" name="jsr305" rev="2.+" conf="main->default" />
22 22
 
23
-        <dependency org="com.squareup.dagger" name="dagger" rev="1.1.+" conf="main->default" />
24
-        <dependency org="com.squareup.dagger" name="dagger-compiler" rev="1.1.+" conf="main->default" />
23
+        <dependency org="com.squareup.dagger" name="dagger" rev="1.2.+" conf="main->default" />
24
+        <dependency org="com.squareup.dagger" name="dagger-compiler" rev="1.2.+" conf="main->default" />
25 25
 
26 26
         <dependency org="net.miginfocom" name="base64" rev="2.2" conf="main->default" />
27 27
 

Loading…
Cancel
Save