Update Config to v1.3.2 (#23790)
This commit is contained in:
parent
1266468184
commit
4d5528f474
2 changed files with 5 additions and 1 deletions
|
|
@ -181,6 +181,10 @@ private[akka] class CachingConfig(_config: Config) extends Config {
|
|||
|
||||
def getDurationList(path: String) = config.getDurationList(path)
|
||||
|
||||
def getPeriod(path: String) = config.getPeriod(path)
|
||||
|
||||
def getTemporal(path: String) = config.getTemporal(path)
|
||||
|
||||
def getIsNull(path: String): Boolean = config.getIsNull(path)
|
||||
|
||||
def getMemorySize(path: String) = config.getMemorySize(path)
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ object Dependencies {
|
|||
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
|
||||
val config = "com.typesafe" % "config" % "1.3.1" // ApacheV2
|
||||
val config = "com.typesafe" % "config" % "1.3.2" // 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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue