Skip to content

Commit

Permalink
Merge pull request #135 from scala-steward/update/typesafe-1.4.2
Browse files Browse the repository at this point in the history
Update typesafe:config to 1.4.2
  • Loading branch information
carueda authored Feb 4, 2022
2 parents 4f23d86 + 0b5ae3d commit 0f4a746
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 @@ -11,7 +11,7 @@ buildInfoPackage := "tscfg"

libraryDependencies ++= Seq(
"com.outr" %% "scribe" % "3.6.10",
"com.typesafe" % "config" % "1.4.1",
"com.typesafe" % "config" % "1.4.2",
"com.lihaoyi" %% "pprint" % "0.7.1",
"org.scalatest" %% "scalatest" % "3.2.11" % Test,
"com.google.code.gson" % "gson" % "2.8.9"
Expand Down

0 comments on commit 0f4a746

Please sign in to comment.