Skip to content

Commit

Permalink
Update typesafe:config to 1.3.4 (seglo#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and JohnPreston committed Mar 4, 2022
1 parent 9cd20f4 commit 5124b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Dependencies {
private val log4jExclusionRule = ExclusionRule("log4j")
private val slf4jExclusionRule = ExclusionRule("org.slf4j")

val LightbendConfig = "com.typesafe" % "config" % "1.3.2"
val LightbendConfig = "com.typesafe" % "config" % "1.3.4"
val Kafka = "org.apache.kafka" %% "kafka" % Version.Kafka excludeAll (jacksonExclusionRule, log4jExclusionRule, slf4jExclusionRule)
val Akka = "com.typesafe.akka" %% "akka-actor" % Version.Akka
val AkkaTyped = "com.typesafe.akka" %% "akka-actor-typed" % Version.Akka
Expand Down

0 comments on commit 5124b1a

Please sign in to comment.