Skip to content

Commit a4cbccb

Browse files
authored
Merge pull request #1706 from scalacenter/update/typesafe-1.4.8
Update typesafe:config to 1.4.8
2 parents 9170eea + 57838c2 commit a4cbccb

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)