Browse Source

Make dagger version explicit.

Things built with 1.2.1 compiler won't run with the runtime library
from 1.2.0, so we need to ensure releases remain consistent.

Change-Id: Ie69349814cfce4c0d229be4372ce7210211a0497
Reviewed-on: http://gerrit.dmdirc.com/3229
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.8rc2
Chris Smith 10 years ago
parent
commit
74be2a8acf
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.6,)" 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.2.+" conf="main->default" />
24
-        <dependency org="com.squareup.dagger" name="dagger-compiler" rev="1.2.+" conf="main->default" />
23
+        <dependency org="com.squareup.dagger" name="dagger" rev="1.2.1" conf="main->default" />
24
+        <dependency org="com.squareup.dagger" name="dagger-compiler" rev="1.2.1" conf="main->default" />
25 25
 
26 26
         <dependency org="net.miginfocom" name="base64" rev="2.2" conf="main->default" />
27 27
 

Loading…
Cancel
Save