Skip to content

Commit

Permalink
Merge pull request #1296 from scalacenter/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
adpi2 authored Nov 1, 2023
2 parents 47f9aa1 + 53da43e commit ce5b548
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 ce5b548

Please sign in to comment.