Skip to content

Commit

Permalink
Update typesafe:config to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 23, 2020
1 parent 493b47e commit 53e1fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -17,7 +17,7 @@ scalaVersion := crossScalaVersions.value.head
crossScalaVersions := Seq("2.13.1", "2.12.11")

libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.0",
"com.typesafe" % "config" % "1.4.1",
"commons-codec" % "commons-codec" % "1.14" ,
"org.scalatest" %% "scalatest" % "3.2.1" % Test
)
Expand Down

0 comments on commit 53e1fc0

Please sign in to comment.