Skip to content

Commit

Permalink
Update typesafe:config to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 19, 2023
1 parent f69dfa0 commit c4c1654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ lazy val chillAkka = module("akka")
.settings(
resolvers += Resolver.typesafeRepo("releases"),
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.2",
"com.typesafe" % "config" % "1.4.3",
scalaVersion(sv => akka(sv)).value
)
)
Expand Down

0 comments on commit c4c1654

Please sign in to comment.