Bump config to 1.3.3
This commit is contained in:
parent
4c3e34ec1d
commit
5cf33f370f
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ object Dependencies {
|
||||||
val camelCore = "org.apache.camel" % "camel-core" % "2.17.7" exclude ("org.slf4j", "slf4j-api") // ApacheV2
|
val camelCore = "org.apache.camel" % "camel-core" % "2.17.7" exclude ("org.slf4j", "slf4j-api") // ApacheV2
|
||||||
|
|
||||||
// when updating config version, update links ActorSystem ScalaDoc to link to the updated version
|
// when updating config version, update links ActorSystem ScalaDoc to link to the updated version
|
||||||
val config = "com.typesafe" % "config" % "1.3.2" // ApacheV2
|
val config = "com.typesafe" % "config" % "1.3.3" // ApacheV2
|
||||||
val netty = "io.netty" % "netty" % "3.10.6.Final" // ApacheV2
|
val netty = "io.netty" % "netty" % "3.10.6.Final" // ApacheV2
|
||||||
val scalaStm = Def.setting { "org.scala-stm" %% "scala-stm" % scalaStmVersion.value } // Modified BSD (Scala)
|
val scalaStm = Def.setting { "org.scala-stm" %% "scala-stm" % scalaStmVersion.value } // Modified BSD (Scala)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue