Skip to content

Commit 57838c2

Browse files
Update typesafe:config to 1.4.8
1 parent 1911264 commit 57838c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ lazy val template = project
5555
scalacOptions -= "-Xfatal-warnings",
5656
libraryDependencies ++= Seq(
5757
"com.github.nscala-time" %% "nscala-time" % V.nscalaTime,
58-
"com.typesafe" % "config" % "1.4.7",
58+
"com.typesafe" % "config" % "1.4.8",
5959
"org.apache.pekko" %% "pekko-http-core" % V.pekkoHttp,
6060
"org.scalatest" %% "scalatest" % V.scalatest % Test
6161
)

0 commit comments

Comments
 (0)