Skip to content

Commit

Permalink
Merge pull request #24 from scala-steward/update/typesafe-1.4.3
Browse files Browse the repository at this point in the history
Update typesafe:config to 1.4.3
  • Loading branch information
mergify[bot] authored Oct 18, 2023
2 parents e3d4f40 + bb5961a commit feb63a3
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 @@ -40,7 +40,7 @@ lazy val healthful = subproject("healthful")
.settings(
libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "2.0.9",
"com.typesafe" % "config" % "1.4.2",
"com.typesafe" % "config" % "1.4.3",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"com.softwaremill.sttp.client3" %% "core" % "3.9.0" % Test
)
Expand Down

0 comments on commit feb63a3

Please sign in to comment.