summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-04-14 21:08:31 +0100
committerPaul Phillips <paulp@improving.org>2012-04-14 21:08:31 +0100
commit59bcf821eec1bbf61fd646ea3fe909083df02fba (patch)
treeefc5aeae61d8afdcecc13e44e7c4a103b26491e4 /build.xml
parentef809bb11c12a237d4d360b144426a3b4daa5c7f (diff)
downloadscala-59bcf821eec1bbf61fd646ea3fe909083df02fba.tar.gz
scala-59bcf821eec1bbf61fd646ea3fe909083df02fba.tar.bz2
scala-59bcf821eec1bbf61fd646ea3fe909083df02fba.zip
Revert "change com.typesafe.config dep to version 0.4.0"
This reverts commit f67a00a3cef270835369b8ab1bb57cbe8b2bd2a3.
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 d2438e3112..1a0e85a6f0 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="com.typesafe" artifactId="config" version="0.4.0"/>
+ <dependency groupId="org.skife.com.typesafe.config" artifactId="typesafe-config" version="0.3.0"/>
</artifact:dependencies>
</target>