summaryrefslogtreecommitdiff
path: root/src/build/maven
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/maven')
-rw-r--r--src/build/maven/scala-library-pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build/maven/scala-library-pom.xml b/src/build/maven/scala-library-pom.xml
index c3f8a4531c..e8db512125 100644
--- a/src/build/maven/scala-library-pom.xml
+++ b/src/build/maven/scala-library-pom.xml
@@ -32,9 +32,9 @@
</issueManagement>
<dependencies>
<dependency>
- <groupId>org.skife.com.typesafe.config</groupId>
- <artifactId>typesafe-config</artifactId>
- <version>0.3.0</version>
+ <groupId>com.typesafe</groupId>
+ <artifactId>config</artifactId>
+ <version>0.4.0</version>
</dependency>
</dependencies>
<distributionManagement>