Skip to content

Commit ead0df9

Browse files
committed
Update typesafe:config to 1.4.7
1 parent cff9f1f commit ead0df9

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
@@ -17,7 +17,7 @@ scalaVersion := crossScalaVersions.value.head
1717
crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.3")
1818

1919
libraryDependencies ++= Seq(
20-
"com.typesafe" % "config" % "1.4.3",
20+
"com.typesafe" % "config" % "1.4.7",
2121
"commons-codec" % "commons-codec" % "1.15" ,
2222
"org.scalatest" %% "scalatest" % "3.2.18" % Test
2323
)

0 commit comments

Comments
 (0)