From cd7e456889cd89080f762a22a5568a193371a74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Antonsson?= Date: Wed, 21 May 2014 10:16:24 +0200 Subject: [PATCH] =pro #15116 Update Typesafe Config to 1.2.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 107f07a79a..06c1d08b34 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -22,7 +22,7 @@ object Dependencies { // Compile val camelCore = "org.apache.camel" % "camel-core" % "2.13.0" exclude("org.slf4j", "slf4j-api") // ApacheV2 - val config = "com.typesafe" % "config" % "1.2.0" // ApacheV2 + val config = "com.typesafe" % "config" % "1.2.1" // ApacheV2 // mirrored in OSGi sample val netty = "io.netty" % "netty" % "3.8.0.Final" // ApacheV2 // mirrored in OSGi sample