瀏覽代碼

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: Ie69349814cfce4c0d229be4372ce7210212a0497
Reviewed-on: http://gerrit.dmdirc.com/3230
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.8
Chris Smith 10 年之前
父節點
當前提交
f01ef8c23b
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      ivy.xml

+ 2
- 2
ivy.xml 查看文件

@@ -13,8 +13,8 @@
13 13
         <dependency org="com.github.shanemcc" name="jgit-describe" rev="0.3" conf="build->default" />
14 14
 
15 15
         <!-- Main - Common -->
16
-        <dependency org="com.squareup.dagger" name="dagger" rev="1.2.+" conf="main->default" />
17
-        <dependency org="com.squareup.dagger" name="dagger-compiler" rev="1.2.+" conf="build->default" />
16
+        <dependency org="com.squareup.dagger" name="dagger" rev="1.2.1" conf="main->default" />
17
+        <dependency org="com.squareup.dagger" name="dagger-compiler" rev="1.2.1" conf="build->default" />
18 18
         <dependency org="com.google.code.findbugs" name="jsr305" rev="2.+" conf="main->default" />
19 19
         <dependency org="org.slf4j" name="slf4j-api" rev="1.+" conf="main->default" />
20 20
 

Loading…
取消
儲存