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-center-steward[bot] committed Nov 1, 2023
1 parent 47f9aa1 commit 53da43e
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 @@ -50,7 +50,7 @@ lazy val template = project
scalacOptions -= "-Xfatal-warnings",
libraryDependencies ++= Seq(
"com.github.nscala-time" %% "nscala-time" % V.nscalaTime,
"com.typesafe" % "config" % "1.4.2",
"com.typesafe" % "config" % "1.4.3",
"com.typesafe.akka" %% "akka-http-core" % V.akkaHttp,
"org.scalatest" %% "scalatest" % V.scalatest % Test
)
Expand Down

0 comments on commit 53da43e

Please sign in to comment.