summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-04-14 16:13:22 +0100
committerPaul Phillips <paulp@improving.org>2012-04-14 16:13:22 +0100
commitef809bb11c12a237d4d360b144426a3b4daa5c7f (patch)
tree259433053a3342db300c07256e8bb06435edf39b /build.xml
parent9b50dc0dc2c11990e88a8de045dd6e92a409a0cf (diff)
parentf67a00a3cef270835369b8ab1bb57cbe8b2bd2a3 (diff)
downloadscala-ef809bb11c12a237d4d360b144426a3b4daa5c7f.tar.gz
scala-ef809bb11c12a237d4d360b144426a3b4daa5c7f.tar.bz2
scala-ef809bb11c12a237d4d360b144426a3b4daa5c7f.zip
Merge commit 'refs/pull/398/head' into develop
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>