Skip to content

Commit

Permalink
Update typesafe:config to 1.4.3 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 19, 2023
1 parent bcf0456 commit 7650378
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 @@ -45,7 +45,7 @@ lazy val config = project
.settings(
name := "scala-scraper-config",
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.2",
"com.typesafe" % "config" % "1.4.3",
"org.specs2" %% "specs2-core" % "4.20.2" % "test"
)
)
Expand Down

0 comments on commit 7650378

Please sign in to comment.