summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2012-04-13 20:18:41 -0400
committerPaul Phillips <paulp@improving.org>2012-04-19 12:54:51 +0100
commit756dbbc254afef97bf4920292d58645bc7708730 (patch)
tree038bb033db564fed72528fb2b4df20ad5e808811 /build.xml
parent016bc3db52d6f1ffa3ef2285d5801f82f5f49167 (diff)
downloadscala-756dbbc254afef97bf4920292d58645bc7708730.tar.gz
scala-756dbbc254afef97bf4920292d58645bc7708730.tar.bz2
scala-756dbbc254afef97bf4920292d58645bc7708730.zip
change com.typesafe.config dep to version 0.4.0
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 1a0e85a6f0..d2438e3112 100644
--- a/build.xml
+++ b/build.xml
@@ -249,7 +249,7 @@ INITIALISATION
<!-- Resolve maven dependencies -->
<target name="init.maven.jars" depends="init.maven.tasks">
<artifact:dependencies pathId="dependency.classpath" filesetId="dependency.fileset">
- <dependency groupId="org.skife.com.typesafe.config" artifactId="typesafe-config" version="0.3.0"/>
+ <dependency groupId="com.typesafe" artifactId="config" version="0.4.0"/>
</artifact:dependencies>
</target>